Skip to content

Commit 70c69fc

Browse files
Merge pull request #204 from jpoehnelt/master
chore: update deprecated plugin to new package
2 parents e2aca1e + efbe3f9 commit 70c69fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
node-version: 'lts/*'
4242
- name: Install dependencies
43-
run: npm install semantic-release @semantic-release/exec @google/semantic-release-replace-plugin conventional-changelog-conventionalcommits
43+
run: npm install semantic-release @semantic-release/exec semantic-release-replace-plugin conventional-changelog-conventionalcommits
4444
- name: Release
4545
if: github.ref == 'refs/heads/master'
4646
env:

.releaserc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tagFormat: "v${version}"
44
plugins:
55
- "@semantic-release/commit-analyzer"
66
- "@semantic-release/release-notes-generator"
7-
- - "@google/semantic-release-replace-plugin"
7+
- - "semantic-release-replace-plugin"
88
- replacements:
99
- files: [ "setup.py "]
1010
from: "version=\"0.0.0\""

0 commit comments

Comments
 (0)