GabeDuarteM / semantic-release-chrome

Set of semantic-release plugins for publishing a Chrome extension release
https://www.npmjs.com/package/semantic-release-chrome
MIT License
43 stars 16 forks source link

feat(templating): Add templating features to the asset parameter. #96

Closed GabeDuarteM closed 2 years ago

GabeDuarteM commented 2 years ago

The following variables are available: branch, lastRelease, nextRelease and commits.

Search on the plugins documentation to see the type of those objects. Example: my-extension_v${nextRelease.version}_${branch.name}.zip will result in something like my-extension_v2.3.1_main.zip

Closes #82

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 3.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: