Skip to content

Commit

Permalink
chore: switch release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
shishkin committed Jul 22, 2023
1 parent da1990f commit a3d3377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/astro-pagefind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"scripts": {
"build": "tsc --noEmit",
"release": "semantic-release -d"
"release": "semantic-release"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-pagefind/release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import("semantic-release").Config} */
module.exports = {
branches: ["structure"],
branches: ["main"],
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit a3d3377

Please sign in to comment.