algorand / js-algorand-sdk

The official JavaScript SDK for Algorand.
https://algorand.github.io/js-algorand-sdk/
MIT License
287 stars 205 forks source link

Release PR Generation: Use prerelease tag in changelog generation #892

Closed jasonpaulos closed 3 months ago

jasonpaulos commented 3 months ago

Use the prerelease tag when generating the changelog for release PRs.

If a prerelease version is specified, right now that is not used when generating the release PR with the planned version tag.

For example, that causes this statement to be at the end of the changelog:

Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v2.9.0...v3.0.0

Instead of:

Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v2.9.0...v3.0.0-beta.1

I manually updated it in #891, but it would be nice to fix this at the source