Skip to content

Commit

Permalink
Revert "Trying a different plugin for updating manifest.json"
Browse files Browse the repository at this point in the history
It does not work for json

This reverts commit cdb52ef.
  • Loading branch information
ohshazbot committed Jan 13, 2025
1 parent cdb52ef commit c691128
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 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: "lts/*"
- name: Install semantic-release
run: npm install -g semantic-release @semantic-release/github @semantic-release/commit-analyzer @semantic-release/git @semantic-release/release-notes-generator @semantic-release/changelog @droidsolutions-oss/semantic-release-update-file
run: npm install -g semantic-release @semantic-release/github @semantic-release/commit-analyzer @semantic-release/git @semantic-release/release-notes-generator @semantic-release/changelog semantic-release-plugin-update-version-in-files
- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
11 changes: 4 additions & 7 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@
}
],
[
"@droidsolutions-oss/semantic-release-update-file",
"semantic-release-plugin-update-version-in-files",
{
"files": [
{
"path": ["custom_components/fujitsu_airstage/manifest.json"],
"type": "json",
"replacements": [{ "key": "version", "value": "${nextRelease.version}" }]
}
]
"custom_components/fujitsu_airstage/manifest.json"
],
"placeholder": "0.0.0-development"
}
],
"@semantic-release/github",
Expand Down

0 comments on commit c691128

Please sign in to comment.