Skip to content

Commit

Permalink
ci: ensure tags are created by changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Feb 7, 2024
1 parent 3a89e89 commit d6d7250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"prepare": "husky",
"lint": "eslint --quiet . --ignore-path .eslintignore --ignore-path .gitignore",
"analyze": "lit-analyzer --strict --quiet",
"release": "changeset publish",
"release": "changeset publish && changeset tag",
"test": "mocha --recursive packages/*/test/*.test.js"
},
"devDependencies": {
Expand Down

0 comments on commit d6d7250

Please sign in to comment.