This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
Releases: sv-tools/bumptag
Releases · sv-tools/bumptag
v1.4.0
Changelog
5c8b8fd Merge pull request #34 from sv-tools/auto-prefix
6977fd7 golangci-lint v1.23.1; nancy v0.0.41
c2bcf0f Auto use/not use the prefix
Docker images
docker pull docker.pkg.github.com/sv-tools/bumptag/bumptag:v1.4.0
docker pull docker.pkg.github.com/sv-tools/bumptag/bumptag:v1
docker pull docker.pkg.github.com/sv-tools/bumptag/bumptag:latest
docker pull svtools/bumptag:v1.4.0
docker pull svtools/bumptag:v1
docker pull svtools/bumptag:latest
v1.3.2
Changelog
6c2a5d1 Add git into Docker image
Docker images
docker pull docker.pkg.github.com/sv-tools/bumptag/bumptag:v1.3.2
docker pull docker.pkg.github.com/sv-tools/bumptag/bumptag:v1
docker pull docker.pkg.github.com/sv-tools/bumptag/bumptag:latest
docker pull svtools/bumptag:v1.3.2
docker pull svtools/bumptag:v1
docker pull svtools/bumptag:latest
v1.3.1
Changelog
3c4fcd6 Release to docker hub
e49bd3f Merge pull request #33 from sv-tools/bump-lints
5d5d6cc New version goleangci-lint
129f48d Use sv-tools-bot
6ac72fc Merge pull request #32 from sv-tools/test-master
4748fff Test master branch on push
b37af19 Merge pull request #30 from sv-tools/codecov
aafd07f Add integration with codecov
Docker images
docker pull docker.pkg.github.com/sv-tools/bumptag/bumptag:latest
docker pull docker.pkg.github.com/sv-tools/bumptag/bumptag:v1.3.1
docker pull docker.pkg.github.com/sv-tools/bumptag/bumptag:v1
docker pull svtools/bumptag:latest
docker pull svtools/bumptag:v1.3.1
docker pull svtools/bumptag:v1
v1.3.0
Changelog
f67af2a Add Dockerfile
12ad495 Merge pull request #29 from sv-tools/sv-tools
877f201 Move to sv-tools
Docker images
docker pull docker.pkg.github.com/sv-tools/bumptag/bumptag:latest
docker pull docker.pkg.github.com/sv-tools/bumptag/bumptag:v1.3.0
docker pull docker.pkg.github.com/sv-tools/bumptag/bumptag:v1
Bump version v1.2.1
* df2e1f3 Add no-prefix flag
Bump version v1.2.0
* b12c5b4 Use lint v1.22.2 * 2144c5d Run tests on push for all branches * 23d0845 Use `switch {}` instead of `switch true {}` * 212148d Fix smelled code
Bump version v1.1.1
* 26706d3 Using VERSION instead of 9.0.0 * 770914e Use github actions to create a release * 4f8bea1 Update README * b48e258 Remove .codecov.yml * 6a0f6e0 Remove .travis.yml * 23cce82 Add sonar-project.properties * c360f79 Config user.name and user.email for testing git repo * 9520530 Using github actions to check the style and to run the unit tests
Bump version v1.1.0
* c43ef8f Add --edit flag to run an editor to edit an annotation * 21e5672 Using go v1.13 for tests * 8741a00 Refactoring * 8b24c4c Add codecov badge * 9100da5 Update README: install using brew
Bump version v1.0.0
* cfc9141 Use tar instead of gzip for releases * 2f9ef22 Replace bumptag.gpg * 2a36ff7 Set the corect defaul key's ID * 6bebfc9 Remove old decription of the gpg key * cf8b69a Rename the project to bumptag * a2538f2 Fix typo in .travis.yml * 6968546 Fix regex to define which branches are allowed * e09eaa0 Run test job for all conditions except tagged * 725c0b3 Run style and test jobs for only the pull requests
Bump version v0.3.0
* e749b32 Sign all binaries * c570006 Create CODE_OF_CONDUCT.md * 23c52c5 Add complex scenario test with branches * 575df6e Fix ineffectual assignment in dumpversion_test.go * 91a223f Fix output when auto-push is on * fcc8b27 Update issue templates * f0fe911 Update README.md * 1f949ba Add auto-push function * b2fedca Add silent mode