Skip to content

Commit

Permalink
Remove token
Browse files Browse the repository at this point in the history
  • Loading branch information
DaddyWarbucks committed Mar 12, 2022
1 parent b3a9019 commit 446c271
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 @@ -27,7 +27,7 @@
"node": ">= 12"
},
"scripts": {
"changelog": "github_changelog_generator --no-issues -p feathers-stripe -u feathersjs-ecosystem -t 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 && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
"changelog": "github_changelog_generator --no-issues -p feathers-stripe -u feathersjs-ecosystem && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
"publish": "git push origin --tags && npm run changelog && git push origin",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
Expand Down

0 comments on commit 446c271

Please sign in to comment.