Closed jasonpaulos closed 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
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:
Instead of:
I manually updated it in #891, but it would be nice to fix this at the source