Skip to content

Commit

Permalink
chore: made some changes regarding my comments
Browse files Browse the repository at this point in the history
  • Loading branch information
C0ZEN committed Jan 27, 2021
1 parent 851168f commit e3213d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ jobs:
run: npm run semver
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
run: npm run semver
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PR:
runs-on: ubuntu-latest
needs: [CurrentTag, Release]
Expand Down
8 changes: 4 additions & 4 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md",
"changelogTitle": "# Semantic Versioning Changelog"
"changelogTitle": "# Stale Changelog"
}
],
[
Expand All @@ -44,7 +44,7 @@
"package-lock.json",
"CHANGELOG.md"
],
"message": "build(release): new version ${nextRelease.version}"
"message": "build(release): new version v${nextRelease.version}"
}
],
[
Expand All @@ -53,8 +53,8 @@
"assets": [
{
"path": "dist/index.js",
"name": "stale-v${nextRelease.gitTag}.js",
"label": "Stale v${nextRelease.gitTag} release"
"name": "stale-${nextRelease.gitTag}.js",
"label": "Stale ${nextRelease.gitTag} release"
}
],
"addReleases": "bottom"
Expand Down

0 comments on commit e3213d7

Please sign in to comment.