Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richabharti1 committed Jun 13, 2021
1 parent 943e455 commit 35851b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@
"github": {
"release": true,
"releaseName": "Release ${version}",
"tokenRef": "GITHUB_TOKEN"
"tokenRef": "GITHUB_TOKEN",
"assets": ["build"]
},
"npm": {
"publish": false
},
"git": {
"requireCleanWorkingDir": false,
"requireBranch": "master"
},
"hooks": {
"after:git:release": "echo After git push, before github release;",
"after:bump": "npm run build",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v3-extension-react-template",
"version": "0.0.7",
"version": "0.1.0",
"description": "Boilerplate for chrome extension with manifest v3",
"license": "UNLICENSED",
"repository": {
Expand Down

0 comments on commit 35851b9

Please sign in to comment.