Skip to content

Commit

Permalink
ci: complete rename of @google/semantic-release-replace-plugin to sem…
Browse files Browse the repository at this point in the history
…antic-release-replace-plugin
  • Loading branch information
chrissimon-au committed Mar 11, 2024
1 parent a36de2a commit 30a90f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/.releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"countMatches": true
}]
}],
["@google/semantic-release-replace-plugin",{
["semantic-release-replace-plugin",{
"replacements": [{
"files": ["language-server/Contextive.LanguageServer/Contextive.LanguageServer.fsproj"],
"from": " <Version>.*</Version>",
Expand Down
2 changes: 1 addition & 1 deletion src/ci/semantic-release-markdown-to-html/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { prepare as replacePrepare } from '@google/semantic-release-replace-plugin';
import { prepare as replacePrepare } from 'semantic-release-replace-plugin';
import markDownIt from 'markdown-it';
import fsFull from 'fs';

Expand Down

0 comments on commit 30a90f3

Please sign in to comment.