Skip to content

Commit

Permalink
add release.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jan 31, 2024
1 parent 387a5ed commit a584cbf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Publish release
on:
push:
tags:
- '*'
- "*"

jobs:
create-release:
Expand All @@ -22,8 +22,8 @@ jobs:
- uses: taiki-e/create-gh-release-action@v1
with:
changelog: CHANGELOG.md
title: cancel-safe-futures $version
title: newtype-uuid $version
branch: main
prefix: cancel-safe-futures
prefix: newtype-uuid
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## [0.1.0] - 2024-01-30

Initial release.

[0.1.0]: https://github.com/oxidecomputer/newtype-uuid/releases/newtype-uuid-0.1.0
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 = "newtype-uuid-{{version}}"
publish = false
dependent-version = "upgrade"

0 comments on commit a584cbf

Please sign in to comment.