Skip to content

Releases: dolittle/write-version-to-file-action

Release v2.1.2

07 Dec 15:27
Compare
Choose a tag to compare

Summary

Update deps and modernise

Release v2.1.1

26 Oct 11:56
Compare
Choose a tag to compare

Summary

Remove extra quote

Release v2.1.0

26 Oct 11:42
Compare
Choose a tag to compare

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

27 Aug 10:17
Compare
Choose a tag to compare

Summary

Configure the git user before pulling to avoid it crashing

Release v2.0.1

27 Aug 09:34
Compare
Choose a tag to compare

Summary

Pull before pushing commit

Changed

  • Does a git pull before git push

Release v2.0.0

18 Aug 06:41
Compare
Choose a tag to compare

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

14 Jan 11:13
Compare
Choose a tag to compare
feat: build for release

Release v1.0.8

31 Oct 17:45
Compare
Choose a tag to compare
feat: build for release

Release v1.0.7

23 Oct 14:51
Compare
Choose a tag to compare
feat: build for release

Release v1.0.6

23 Oct 14:45
Compare
Choose a tag to compare
feat: build for release