Releases: dolittle/write-version-to-file-action
Releases · dolittle/write-version-to-file-action
Release v2.1.2
Summary
Update deps and modernise
Release v2.1.1
Summary
Remove extra quote
Release v2.1.0
Summary
Adds a merge-strategies
input that defines how git pull
should deal with diverging branches. Can be either merge
(default), rebase
or fast-forward
.
Release v2.0.2
Summary
Configure the git user before pulling to avoid it crashing
Release v2.0.1
Summary
Pull before pushing commit
Changed
- Does a git pull before git push
Release v2.0.0
Summary
Changed the action to commit and push the updates to the specified version file using the build server git
command rather than the GitHub API. Same setup as the https://github.com/dolittle/add-to-changelog-action code, with slight changes using environment variables instead of updating the git configuration for the user name and email for committing.
Changed
- Uses the
git
command to commit and push changes rather than the GitHub API.
Release v1.0.9
feat: build for release
Release v1.0.8
feat: build for release
Release v1.0.7
feat: build for release
Release v1.0.6
feat: build for release