Skip to content

Commit

Permalink
Merge pull request #119 from GenieWizards/setup/semantic-release
Browse files Browse the repository at this point in the history
Setup/semantic release
  • Loading branch information
sub1120 authored Dec 20, 2024
2 parents e4486de + c8bb6c7 commit a2ac7ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 @@ -25,7 +25,7 @@ jobs:
with:
node-version: "18"
- name: Install Plugins
run: npm i -g semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/github @semantic-release/commit-analyzer conventional-changelog-conventionalcommits
run: npm i -g semantic-release @semantic-release/changelog @semantic-release/github @semantic-release/commit-analyzer conventional-changelog-conventionalcommits
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"changelogFile": "CHANGELOG.md"
}
],
"@semantic-release/git",
"@semantic-release/github"
]
}

0 comments on commit a2ac7ec

Please sign in to comment.