adhocore / please

please is semver release made easy, detects current version from API or tags and next version from commits, creates detailed changelogs that are configurable.
https://github.com/adhocore/please
MIT License
86 stars 6 forks source link

Option to upload assets to GitHub release #25

Closed n-peugnet closed 4 years ago

n-peugnet commented 5 years ago

I wish there was an option to specify the assets to upload to github once the release is done. For instance:

please --asset dist/release-{NEXT_VERSION}.zip
adhocore commented 5 years ago

you can do so using the --after-release event as in here:

https://github.com/adhocore/tusc.sh/blob/master/please.json#L3