Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
10989fea
Commit
10989fea
authored
Jul 19, 2023
by
Will Cory
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Fix changeset versioning and release scripts
parent
24c43f0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
release.yml
.github/workflows/release.yml
+2
-1
package.json
package.json
+1
-1
No files found.
.github/workflows/release.yml
View file @
10989fea
...
@@ -49,7 +49,8 @@ jobs:
...
@@ -49,7 +49,8 @@ jobs:
id
:
changesets
id
:
changesets
with
:
with
:
createGithubReleases
:
false
createGithubReleases
:
false
publish
:
pnpm release
publish
:
pnpm release:publish
version
:
pnpm release:version
env
:
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN
:
${{ secrets.NPM_TOKEN }}
NPM_TOKEN
:
${{ secrets.NPM_TOKEN }}
...
...
package.json
View file @
10989fea
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
"prepare"
:
"husky install"
,
"prepare"
:
"husky install"
,
"release"
:
"npx nx run-many --target=build --skip-nx-cache && pnpm changeset publish"
,
"release"
:
"npx nx run-many --target=build --skip-nx-cache && pnpm changeset publish"
,
"release:check"
:
"changeset status --verbose --since=origin/main"
,
"release:check"
:
"changeset status --verbose --since=origin/main"
,
"release:publish"
:
"
npx nx run-many --target=build && pnpm install
&& pnpm build && changeset publish"
,
"release:publish"
:
"
pnpm install --frozen-lockfile && npx nx run-many --target=build
&& pnpm build && changeset publish"
,
"release:version"
:
"changeset version && pnpm install --lockfile-only"
,
"release:version"
:
"changeset version && pnpm install --lockfile-only"
,
"install:foundry"
:
"curl -L https://foundry.paradigm.xyz | bash && pnpm update:foundry"
,
"install:foundry"
:
"curl -L https://foundry.paradigm.xyz | bash && pnpm update:foundry"
,
"update:foundry"
:
"foundryup -C $(cat .foundryrc)"
"update:foundry"
:
"foundryup -C $(cat .foundryrc)"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment