Skip to content

Commit

Permalink
chore(release): 🔖 update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Dec 29, 2021
1 parent c736972 commit 8c3b0f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"hooks": {
"before:init": [
"if [ \"$(git log $(git describe --tags --abbrev=0)..HEAD)\" = \"\" ]; then exit 1; fi;",
"yarn test",
"yarn build"
]
"before:init": ["yarn test", "yarn build"]
},
"git": {
"requireBranch": "main",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-react-app",
"version": "1.0.1",
"version": "1.0.0",
"private": true,
"description": "Personal Next React App",
"keywords": [
Expand Down

0 comments on commit 8c3b0f0

Please sign in to comment.