Skip to content

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 7, 2022
1 parent 4d81e3d commit f219227
Show file tree
Hide file tree
Showing 3 changed files with 10,202 additions and 6,678 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [2.0.5] - 2021-8-27 [PR: #15](https://github.com/dolittle/add-to-changelog-action/pull/15)
## Summary

Pull before pushing commit

### Changed

- Does a git pull before git push


# [2.0.4] - 2021-1-29 [PR: #14](https://github.com/dolittle/add-to-changelog-action/pull/14)
## Summary

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ inputs:
default: ${{ github.token }}

runs:
using: 'node12'
using: 'node16'
main: 'release/index.js'
Loading

0 comments on commit f219227

Please sign in to comment.