[2.0.6] - 2022-12-7 PR: #16
Update deps and modernise
[2.0.5] - 2021-8-27 PR: #15
Pull before pushing commit
- Does a git pull before git push
[2.0.4] - 2021-1-29 PR: #14
Added more examples
- Added example text to README
[2.0.3] - 2021-1-25 PR: #13
The changelog file should be committed before the release is created in order for the new changelog to be a part of the release.
- Release after changelog is committed
[2.0.2] - 2021-1-25 PR: #12
Fixes the commit message so that it is the same as before.
- The commit message to be the same as before
[2.0.1] - 2021-1-25 PR: #11
Fixes the 'token' input in the action.yml configuration
- Changed 'token' default value to '${{ github.token }}'
[2.0.0] - 2021-1-25 PR: #10
This action now also commits and pushes the changelog file to the branch it's committed to.
This is a breaking change because it adds new required inputs.
- 'user-name' input for configuring git user.name
- 'user-email' input for configuring git user.email
- 'token' input used as the token that pushes the changes. (Not actually in use yet)
- This action now commits and pushes the changed changelog to the branch that correlates to 'context.ref'
- README
- Workflow so that it uses the new inputs of this action
[1.0.4] - 2021-1-25 PR: #9
Fixed month bug
- Fixed month to be more human readable so add + 1 to the 0 based month number
[1.0.3] - 2021-0-25 PR: #8
Fix bug that the old changelog would get truncated when opened
- Fix bug that when opened the old changelog got truncated
[1.0.2] - 2021-0-25 PR: #7
Fix the read flag
- The flag when opening a file didn't have it specified as readable so this fixes that
[1.0.0] - 2021-0-25 PR: #5
Releases v1
- v1
[0.1.3] - 2021-0-25 PR: #4
Fix date on PR text
- Fix pr dates again
[0.1.2] - function getFullYear() { [native code] }-function getMonth() { [native code] }-function getDate() { [native code] } PR: 3
Fixes the PR link (hopefully)
- Merging PR link was displaying in its entirety, tries to fix it by making it a link
[0.1.1] - 2021-0-25 (PR: #2)
This version fixes the wrong date function calls
- Fixes the date format calls to get the correct info to the changelog
Initial test