Skip to content

Commit

Permalink
prep for release (remove pre-release logic)
Browse files Browse the repository at this point in the history
  • Loading branch information
claytercek committed Nov 26, 2024
1 parent 24e979a commit 4f2e823
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "next",
"baseBranch": "develop",
"updateInternalDependencies": "patch",
"privatePackages": {
"version": false,
Expand Down
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mode": "pre",
"mode": "exit",
"tag": "next",
"initialVersions": {
"@bluecadet/launchpad-content": "1.14.1",
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- next # TODO: remove this after next release
- develop
paths:
- "docs/**"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- develop
- next
paths:
- "packages/**"
- ".changeset/**"
Expand Down

0 comments on commit 4f2e823

Please sign in to comment.