Skip to content

Commit

Permalink
Release_0.1.0 -> main (#21)
Browse files Browse the repository at this point in the history
* version update

* (cargo-release) version 0.1.0

* CHANGELOG
  • Loading branch information
varsha888 committed Apr 28, 2023
1 parent 7db184f commit 538c891
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repository:
name: "build-rs"
description: "A brief summary of the workspace"
description: "Cargo build script helper"
homepage: https://github.com/mobilecoinfoundation/build-rs
topics: "[development-tools::build-utils]"
private: false
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.1.0] - 2023-04-27

### Added

- Add Cargo build script helpers.

<!-- next-url -->
[Unreleased]: https://github.com/mobilecoinfoundation/build-rs/compare/v0.0.0...HEAD
[Unreleased]: https://github.com/mobilecoinfoundation/sgx-sigstruct/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/mobilecoinfoundation/build-rs/compare/v0.0.0...v0.1.0
11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ consolidate-pushes = true
tag-name = "v{{version}}"

pre-release-replacements = [
{ file = "README.md", search = "mc-[a-z-]+/[0-9.]+", replace = "{{crate_name}}/{{version}}" },
{ file = "../../CHANGELOG.md", search = "Unreleased", replace = "{{version}}", min = 1 },
{ file = "../../CHANGELOG.md", search = "\\.\\.\\.HEAD", replace="...{{tag_name}}", exactly = 1 },
{ file = "../../CHANGELOG.md", search = "ReleaseDate", replace= "{{date}}", min = 1 },
{ file = "../../CHANGELOG.md", search = "<!-- next-header -->", replace="<!-- next-header -->\n## [Unreleased] - ReleaseDate\n", exactly = 1 },
{ file = "../../CHANGELOG.md", search = "<!-- next-url -->", replace="<!-- next-url -->\n[Unreleased]: https://github.com/mobilecoinfoundation/sgx-sigstruct/compare/{{tag_name}}...HEAD", exactly = 1 },
{ file = "CHANGELOG.md", search = "Unreleased", replace = "{{version}}", min = 1 },
{ file = "CHANGELOG.md", search = "\\.\\.\\.HEAD", replace="...{{tag_name}}", exactly = 1 },
{ file = "CHANGELOG.md", search = "ReleaseDate", replace= "{{date}}", min = 1 },
{ file = "CHANGELOG.md", search = "<!-- next-header -->", replace="<!-- next-header -->\n## [Unreleased] - ReleaseDate\n", exactly = 1 },
{ file = "CHANGELOG.md", search = "<!-- next-url -->", replace="<!-- next-url -->\n[Unreleased]: https://github.com/mobilecoinfoundation/sgx-sigstruct/compare/{{tag_name}}...HEAD", exactly = 1 },
]

[dependencies]
Expand Down

0 comments on commit 538c891

Please sign in to comment.