Skip to content

Commit

Permalink
chore: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazh committed Oct 7, 2024
1 parent bef87ef commit fd34b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,4 @@ jobs:
- name: Publish to NPM
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
# - run: git config --global user.name "GitHub CD bot"
# - run: git config --global user.email "[email protected]"
run: npm publish --access public
2 changes: 2 additions & 0 deletions .release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"release-type": "node",
"versioning": "default",
"initial-version": "0.0.1",
"include-component-in-tag": false,
"include-v-in-tag": true,
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "feature", "section": "Features", "hidden": false },
Expand Down

0 comments on commit fd34b05

Please sign in to comment.