Skip to content

Commit

Permalink
update release.toml;
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed May 10, 2021
1 parent f7317a4 commit 7c63a66
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- initial `BoundedVec` implementation including `mapped()`, `first()`, `last()`, to/from array/`Vec`;

<!-- next-url -->
[Unreleased]: https://github.com/ergoplatform/bounded-vec/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/ergoplatform/bounded-vec/compare/v0.0.0...HEAD
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bounded-vec"
version = "0.1.0"
version = "0.0.0"
license = "CC0-1.0"
authors = ["Denys Zadorozhnyi <denys@zadorozhnyi.com>"]
edition = "2018"
Expand Down
7 changes: 7 additions & 0 deletions release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@ no-dev-version = true
sign-commit = true
sign-tag = true
push-remote = "origin"
pre-release-replacements = [
{file="CHANGELOG.md", search="Unreleased", replace="{{version}}"},
{file="CHANGELOG.md", search="\\.\\.\\.HEAD", replace="...{{tag_name}}", exactly = 1},
{file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}"},
{file="CHANGELOG.md", search="<!-- next-header -->", replace="<!-- next-header -->\n## [Unreleased] - ReleaseDate", exactly = 1},
{file="CHANGELOG.md", search="<!-- next-url -->", replace="<!-- next-url -->\n[Unreleased]: https://github.com/ergoplatform/bounded-vec/compare/{{tag_name}}...HEAD", exactly = 1},
]

0 comments on commit 7c63a66

Please sign in to comment.