Skip to content

Commit

Permalink
fix: exclude build-theme (#129)
Browse files Browse the repository at this point in the history
build-theme doesn't need version bumps as it is symlinked
via NPM workspaces. the problem was if it is excluded from github
releases new Git tags are not pushed either making release please
keep on creating a new PR for version bumping build-theme
  • Loading branch information
luwes authored Nov 11, 2024
1 parent 6902420 commit 656409b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
".": "0.0.12",
"examples/vanilla": "1.6.0",
"scripts/build-theme": "0.0.8",
"site": "1.6.0",
"themes/demuxed-2022": "0.0.12",
"themes/halloween": "0.0.2",
Expand Down
4 changes: 0 additions & 4 deletions .github/release-please/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
"draft": true,
"skip-github-release": true
},
"scripts/build-theme": {
"draft": true,
"skip-github-release": true
},
"site": {
"draft": true,
"skip-github-release": true
Expand Down

0 comments on commit 656409b

Please sign in to comment.