Skip to content

Commit

Permalink
Fix release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Jun 11, 2022
1 parent 6c4bd58 commit fc3e7e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ See the supporting infrastructure and contracts @ [πŸ’Ž Ethereum Stack](https://

## Status

Casimir is an early work-in-progress – we will share more information in the initial version of our [website](apps/website/). In the meantime, feel free to join @ [πŸ’¬ Casimir Discord](https://discord.com/invite/Vy2b3gSZx8) if you want to say hello and discuss the project.
Casimir is an early work-in-progress – check out our website for more information about what we're building. Also, in the meantime, feel free to join @ [πŸ’¬ Casimir Discord](https://discord.com/invite/Vy2b3gSZx8) if you want to say hello and discuss the project.

## Setup

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casimir",
"version": "0.0.1",
"version": "0.0.0",
"description": "Decentralized staking and asset management",
"workspaces": [
"apps/*",
Expand Down Expand Up @@ -51,11 +51,13 @@
"publish": false
},
"github": {
"tagName": "v${version}",
"releaseName": "v${version}",
"release": true
},
"git": {
"changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
"commitMessage": "Release v${version} (skip deploy)"
"commitMessage": "Release v${version}"
},
"hooks": {
"after:bump": "npx auto-changelog -p"
Expand Down

0 comments on commit fc3e7e6

Please sign in to comment.