Skip to content

Commit

Permalink
chore: add reset release-please command
Browse files Browse the repository at this point in the history
  • Loading branch information
agviegas committed May 22, 2024
1 parent 1ab1994 commit 688a2c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"build-examples": "vite build --config ./vite.config-examples.ts",
"build": "yarn build-examples && yarn build-core",
"test": "echo 'test to be implemented!'",
"publish-repo": "yarn workspace @thatopen/fragments publish-repo"
"publish-repo": "yarn workspace @thatopen/fragments publish-repo",
"reset-release-please": "git commit --allow-empty -m \"chore: release 2.0.0\" -m \"Release-As: 2.0.0\""
},
"license": "MIT",
"homepage": "https://github.com/ThatOpen/engine_components#readme",
Expand Down

0 comments on commit 688a2c0

Please sign in to comment.