Skip to content

Commit

Permalink
fix: Adjust release script
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Nov 10, 2024
1 parent 9dce7cf commit 3668267
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
[
"@semantic-release/exec",
{
"verifyConditionsCmd": "echo //npm.pkg.github.com/:_authToken=${process.env.GITHUB_TOKEN} > temp.npmrc && npm whoami --userconfig temp.npmrc --registry https://npm.pkg.github.com/",
"publishCmd": "npm publish --userconfig temp.npmrc --tag ${nextRelease.channel} --registry https://npm.pkg.github.com/ --no-git-tag-version",
"successCmd": "rm temp.npmrc",
"failCmd": "rm temp.npmrc"
"verifyConditionsCmd": "echo //npm.pkg.github.com/:_authToken=${process.env.GITHUB_TOKEN} > $TMPDIR/github.npmrc && npm whoami --userconfig $TMPDIR/github.npmrc --registry https://npm.pkg.github.com/",
"publishCmd": "npm publish --userconfig $TMPDIR/github.npmrc --tag ${nextRelease.channel} --registry https://npm.pkg.github.com/ --no-git-tag-version"
}
]
]
Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# [1.0.0-beta.3](https://github.com/peerigon/configs/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2024-11-10)


### Bug Fixes

* Prettify CHANGELOG.md ([f904e8d](https://github.com/peerigon/configs/commit/f904e8d535a8d04d615281bb942ccd8b2f12a9d9))
- Prettify CHANGELOG.md ([f904e8d](https://github.com/peerigon/configs/commit/f904e8d535a8d04d615281bb942ccd8b2f12a9d9))

# [1.0.0-beta.2](https://github.com/peerigon/configs/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2024-11-10)

Expand Down

0 comments on commit 3668267

Please sign in to comment.