Skip to content

Commit 12d8db8

Browse files
committed
use CI to publish releases
1 parent 2e1df62 commit 12d8db8

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.2.0] - 2023-08-29
3+
## [0.2.1] - 2023-08-29
44

55
### Changed
66

@@ -13,6 +13,10 @@
1313
[`.as_ref()`]: https://docs.rs/camino/latest/camino/struct.Utf8Path.html#impl-AsRef%3COsStr%3E-for-Utf8Path
1414
[`.as_std_path()`]: https://docs.rs/camino/latest/camino/struct.Utf8Path.html#method.as_std_path
1515

16+
## [0.2.0] - 2023-08-29
17+
18+
This version had a publishing issue.
19+
1620
## [0.1.3] - 2022-08-15
1721

1822
### Changed
@@ -48,7 +52,7 @@ There are no functional changes in this release.
4852

4953
(Version 0.1.0 was yanked because of a metadata issue.)
5054

51-
[0.2.0]: https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.0
55+
[0.2.0]: https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.1
5256
[0.1.3]: https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.1.3
5357
[0.1.2]: https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.1.2
5458
[0.1.1]: https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.1.1

release.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
sign-tag = true
2+
# Required for templates below to work
3+
consolidate-commits = false
4+
pre-release-commit-message = "[{{crate_name}}] version {{version}}"
5+
tag-message = "[{{crate_name}}] version {{version}}"
6+
tag-name = "datatest-stable-{{version}}"
7+
publish = false
8+
dependent-version = "upgrade"

0 commit comments

Comments
 (0)