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
5eb852bb
Unverified
Commit
5eb852bb
authored
Jul 19, 2023
by
OptimismBot
Committed by
GitHub
Jul 19, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6355 from ethereum-optimism/willc/versioning-release-fix
fix: Changeset versioning and release scripts
parents
bb8ae92d
7f9002e9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
9 deletions
+10
-9
release.yml
.github/workflows/release.yml
+2
-1
package.json
package.json
+1
-1
pnpm-lock.yaml
pnpm-lock.yaml
+7
-7
No files found.
.github/workflows/release.yml
View file @
5eb852bb
...
@@ -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 @
5eb852bb
...
@@ -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)"
...
...
pnpm-lock.yaml
View file @
5eb852bb
...
@@ -23,7 +23,7 @@ importers:
...
@@ -23,7 +23,7 @@ importers:
version
:
0.4.8
version
:
0.4.8
'
@nrwl/nx-cloud'
:
'
@nrwl/nx-cloud'
:
specifier
:
latest
specifier
:
latest
version
:
16.
0.5
version
:
16.
1.0
'
@types/chai'
:
'
@types/chai'
:
specifier
:
^4.2.18
specifier
:
^4.2.18
version
:
4.2.21
version
:
4.2.21
...
@@ -2493,10 +2493,10 @@ packages:
...
@@ -2493,10 +2493,10 @@ packages:
tslib
:
2.6.0
tslib
:
2.6.0
dev
:
true
dev
:
true
/@nrwl/nx-cloud@16.
0.5
:
/@nrwl/nx-cloud@16.
1.0
:
resolution
:
{
integrity
:
sha512-
1p82ym8WE9ziejwgPslstn19iV/VkHfHfKr/5YOnfCHQS+NxUf92ogcYhHXtqWLblVZ9Zs4W4pkSXK4e04wCm
Q==
}
resolution
:
{
integrity
:
sha512-
OFjbSqdCuZq9KRYU/mOlIN8SYLZREsLlZYqYpObZqXJ5meUgBDJbUSwRweUSUvt73fgRixLEau2jPysiLHKxS
Q==
}
dependencies
:
dependencies
:
nx-cloud
:
16.
0.5
nx-cloud
:
16.
1.0
transitivePeerDependencies
:
transitivePeerDependencies
:
-
debug
-
debug
dev
:
true
dev
:
true
...
@@ -12534,11 +12534,11 @@ packages:
...
@@ -12534,11 +12534,11 @@ packages:
bn.js
:
4.11.6
bn.js
:
4.11.6
strip-hex-prefix
:
1.0.0
strip-hex-prefix
:
1.0.0
/nx-cloud@16.
0.5
:
/nx-cloud@16.
1.0
:
resolution
:
{
integrity
:
sha512-
13P7r0aKikjBtmdZrNorwXzVPeVIV4MLEwqGY+DEG6doLBtI5KqEQk/d5B5l2dCF2BEi/LXEmLYCmf9gwbOJ+
Q==
}
resolution
:
{
integrity
:
sha512-
2K5OuJ4MEDrn2solje2X+a3UxSCdfR5PIscCRQbBANyvJfl3hGJSTxz0n5xeJJX4cKcQlfAxDQFRH6DHNdTGP
Q==
}
hasBin
:
true
hasBin
:
true
dependencies
:
dependencies
:
'
@nrwl/nx-cloud'
:
16.
0.5
'
@nrwl/nx-cloud'
:
16.
1.0
axios
:
1.1.3
axios
:
1.1.3
chalk
:
4.1.2
chalk
:
4.1.2
dotenv
:
10.0.0
dotenv
:
10.0.0
...
...
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