Skip to content

Commit 9b56c93

Browse files
authored
Bump version: 1.2.1 → 1.2.2 (#162)
* Bump version: 1.2.1 → 1.2.2 * chore: add docs about pushing tags
1 parent aaa3cf7 commit 9b56c93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.1
2+
current_version = 1.2.2
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To make a new release for `cloudsmith-cli`:
3636
$ bumpversion <major|minor|revision>
3737
```
3838

39-
A tag will automatically created along with the version bump commit.
39+
A tag will automatically created along with the version bump commit. Push the tag with `git push origin {version}`
4040

4141
Please ensure that [CHANGELOG.md](./CHANGELOG.md) is updated appropriately with each release.
4242

cloudsmith_cli/data/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1
1+
1.2.2

0 commit comments

Comments
 (0)