Skip to content

Commit a869d42

Browse files
committed
ci: build autoo
1 parent db8f9d9 commit a869d42

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## v0.0.8 (2023-02-11)
5+
[reload]
66

77
### New feature:
88

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-semver-tags"
3-
version = "0.0.8"
3+
version = "0.0.7"
44
description = "Get all git semver tags of your repository in reverse chronological order"
55
authors = ["Binbiubiubiu<[email protected]>"]
66
categories = ["command-line-utilities"]

justfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
test:
22
cargo nextest run --all-features
33

4+
changelog:
5+
git cliff -o CHANGELOG.md --tag $NEW_VERSION
6+
git commit -a -m "Update CHANGELOG.md" || true
7+
48
release:
59
cargo release tag --execute
6-
git cliff -o CHANGELOG.md
7-
git commit -a -m "Update CHANGELOG.md" || true
810
git push origin master
911
cargo release push --execute

release.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pre-release-hook = ["just", "changelog"]
2+
consolidate-commits = false

0 commit comments

Comments
 (0)