- track version with commitizen
- update version in cli
+17
-2
Diff
round #0
+6
-1
.cz.yaml
+6
-1
.cz.yaml
···
1
1
---
2
2
commitizen:
3
+
annotated_tag: true
4
+
bump_message: 'chore(bump): version $current_version -> $new_version'
3
5
major_version_zero: true
4
6
name: cz_conventional_commits
5
7
tag_format: v$version
6
8
update_changelog_on_bump: true
7
-
version_provider: scm
9
+
version: 0.1.0
10
+
version_files:
11
+
- cmd/root.go:Version
12
+
version_provider: commitizen
8
13
version_scheme: semver2
+10
CHANGELOG.md
+10
CHANGELOG.md
+1
-1
cmd/root.go
+1
-1
cmd/root.go
···
39
39
Long: `PDSAdmin is a tool for interacting with a PDS you own.
40
40
41
41
This implementation tries to be comparable with [bluesky-social's](https://github.com/bluesky-social/pds).`,
42
-
Version: "0.0.1",
42
+
Version: "0.1.0",
43
43
// Uncomment the following line if your bare application
44
44
// has an action associated with it:
45
45
// Run: func(cmd *cobra.Command, args []string) { },
History
1 round
0 comments
quietengineer.fyi
submitted
#0
expand 0 comments
pull request successfully merged