Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jan 8, 2023
1 parent 41ceedd commit afa7b15
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added convenience methods [`FromPathBufError::into_io_error`] and
- New convenience methods [`FromPathBufError::into_io_error`] and
[`FromPathError::into_io_error`].

## [1.1.1] - 2022-08-12
Expand Down
8 changes: 8 additions & 0 deletions release.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
sign-tag = true
# Required for templates below to work
consolidate-commits = false
pre-release-commit-message = "[{{crate_name}}] version {{version}}"
tag-message = "[{{crate_name}}] version {{version}}"
tag-name = "camino-{{version}}"
publish = false
dependent-version = "upgrade"

0 comments on commit afa7b15

Please sign in to comment.