Skip to content

Releases: idelchi/go-next-tag

v0.1.0-beta

19 Dec 10:44
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

Changelog

v0.0.1

19 Dec 10:47
Compare
Choose a tag to compare

Changelog

  • ed23f83 prefix version with v and add small documentation changes

v0.0.0

06 Nov 18:12
Compare
Choose a tag to compare

Changelog

  • f7fc93a Initial commit
  • 0deb851 add install.sh
  • 3d27dcc apply formatters & linters
  • 160cf1c chore: add release action
  • 9b68f73 chore: deprecate .gitlab-ci.yml
  • b056649 chore: multistage build
  • 9a973f5 chore: pin image tags to latest
  • 279698b chore: update .gitattributes
  • cd4c6eb chore: update submodule
  • 5e9c9f7 chore: update usage of kaniko-build
  • 809790a cleanup functionality
  • 404fbe8 correct build path
  • 7f50ff0 correct goreleaser path
  • 975fa65 correct whitespace
  • 9d442a9 feat: add multistage build with smaller image footprint
  • abf3176 feat: replace push flag with dry and use slog
  • 7b7d8e8 feat: update to use pretty printing and masking
  • c3af38b feat: update workflow
  • 3c64f46 feature: first draft of go-next-tag
  • 956c5c1 fix: amend documentation
  • 80e5090 fix: bug in how next version was calculated
  • 6482b5f fix: correct image name in actions
  • 3182a1d fix: linter warnings
  • 089e1c9 fix: linter warnings
  • 5f21eaf fix: specify DOCKER_IMAGE_ENV_VAR to avoid problems due to - in image name
  • 09b7eba introduce release process
  • 6e66718 introduce release process for tool
  • 9ef37b4 make tests executable
  • c117baf minor changes
  • 1f3cb2a move internal to pkg
  • c6a0db7 rearrange cmd
  • 0983dda refactor application
  • ad30fa2 reference dev -> main
  • 4f03a21 release workflow
  • e62ec6f rewrite application for a simpler approach
  • 6c29a3e update readme
  • e9cf7a0 update to infer version format
  • b8d41fc update vscode settings