Skip to content

Commit 0f751b2

Browse files
authored
Merge pull request #243 from Sh3Rm4n/fix-release-process
Improve release process
2 parents 66c0d21 + c9e7fdc commit 0f751b2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1-1
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

+1
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 <[email protected]>"]
56
edition = "2018"
67

release.toml

+1-1
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)