We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa3cf7 commit 9b56c93Copy full SHA for 9b56c93
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.2.1
+current_version = 1.2.2
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)
CONTRIBUTING.md
@@ -36,7 +36,7 @@ To make a new release for `cloudsmith-cli`:
36
$ bumpversion <major|minor|revision>
37
```
38
39
-A tag will automatically created along with the version bump commit.
+A tag will automatically created along with the version bump commit. Push the tag with `git push origin {version}`
40
41
Please ensure that [CHANGELOG.md](./CHANGELOG.md) is updated appropriately with each release.
42
cloudsmith_cli/data/VERSION
@@ -1 +1 @@
-1.2.1
+1.2.2
0 commit comments