Releases: Maahsome/changelog-pr
Releases · Maahsome/changelog-pr
v0.2.4
v0.2.4
Additions
Pull Request #16
- Add Dockerfile for future auto-push
Changes
Pull Request #16
- Under github actions, the URL does not contain .git at the end, need to handle that
v0.2.3
v0.2.3
Additions
Pull Request #14
- Added some logging at the
info
level.
Changes
Pull Request #14
- Apparently skip=true for changelog needs to be removed from goreleaser if you want to use
--release-notes
- This is a new bug introduced along the way
v0.2.2
Fix action, need quotes on env
v0.1.0
v0.1.0
Changes
Pull Request #9
- A bunch of logging movement (Debug->Trace, Info->Debug, etc)
- Checking the TAG commit ID to ensure it is reachable in the current branch
Bug Fixes
Pull Request #9
- Specifying tags no longer requires SEMVER valid tags
- With the exception if you don't specify '--since-tag', everything is converted to SEMVER and compared.
v0.0.3
v0.0.3
Additions
Pull Request #7
- new examples for commands
Bug Fixes
Pull Request #7
- version incorrect reference
v0.0.2
v0.0.2
Additions
Pull Request #3
- 'version' command, containing the standard version info
Changes
Pull Request #3
- 'generate' no longer requires a
--since-tag
, it will grab the last semver based tag.
Bug Fixes
Pull Request #3
- removed some hardcoded references used during initial developement
- Extracting the user/repo from the github url.
Pull Request #2
- Properly capture the last section of text when it isn't followed by another markdown section.