Skip to content

Commit

Permalink
Merge pull request #204 from jpoehnelt/master
Browse files Browse the repository at this point in the history
chore: update deprecated plugin to new package
  • Loading branch information
christiansiegel committed Jul 13, 2023
2 parents e2aca1e + efbe3f9 commit 70c69fc
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -40,7 +40,7 @@ jobs:
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm install semantic-release @semantic-release/exec @google/semantic-release-replace-plugin conventional-changelog-conventionalcommits
run: npm install semantic-release @semantic-release/exec semantic-release-replace-plugin conventional-changelog-conventionalcommits
- name: Release
if: github.ref == 'refs/heads/master'
env:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tagFormat: "v${version}"
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- - "@google/semantic-release-replace-plugin"
- - "semantic-release-replace-plugin"
- replacements:
- files: [ "setup.py "]
from: "version=\"0.0.0\""
Expand Down

0 comments on commit 70c69fc

Please sign in to comment.