Skip to content

Commit

Permalink
fix: another
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkhan committed Jan 20, 2025
1 parent ae07272 commit fc95859
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: "lts/*"
- name: Install dependencies
run:
npm i -g @semantic-release/git @semantic-release/release-notes-generator @semantic-release/commit-analyzer semantic-release
npm i -g semantic-release-rubygem @semantic-release/git @semantic-release/release-notes-generator @semantic-release/github @semantic-release/commit-analyzer semantic-release
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
12 changes: 11 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
"branches": ["tester"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator"
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
["semantic-release-rubygem", { "gemPublish": false }],
[
"@semantic-release/git",
{
"assets": ["lib/anchor/version.rb", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
]
}

0 comments on commit fc95859

Please sign in to comment.