Skip to content

Commit c9e7fdc

Browse files
committed
Improve release process
- Fix missing '-' in CHANGELOG header - Make sure to not publish codegen
1 parent 66c0d21 commit c9e7fdc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
No changes.
1111

12-
## [v0.7.0] 2021-06-18
12+
## [v0.7.0] - 2021-06-18
1313

1414
### Added
1515

codegen/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "codegen"
33
version = "0.1.0"
4+
publish = false
45
authors = ["Jan Teske <jteske@posteo.net>"]
56
edition = "2018"
67

release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ replace = """
1414
1515
No changes.
1616
17-
## [v{{version}}] {{date}}
17+
## [v{{version}}] - {{date}}
1818
"""
1919

2020
# Change the tag links in the bottom of the file

0 commit comments

Comments
 (0)