Skip to content

Commit

Permalink
chore: update the release introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Jan 16, 2025
1 parent 05d1b4c commit 85a46ab
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 53 deletions.
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,17 +178,19 @@ Before release, please make sure everything is ok.
$ just ready
```

Open https://github.com/umijs/mako/actions?query=branch%3Amaster+event%3Apush to checkout the latest master push action with name "node-bind-build", and download the artifacts to packages/mako directory. If the artifacts has no commit hash in the name, you should add the commit hash manually.
Open https://github.com/umijs/mako/actions/workflows/node-bind-build.yml?query=event%3Apush+branch%3Amaster to checkout the latest master push action with name "node-bind-build", and download the artifacts to packages/mako directory. If the artifacts has no commit hash in the name, you should add the commit hash manually.

```bash
$ git rev-parse HEAD
```

Then you can release the new version.

```
# Release @umijs/mako and @umijs/bundler-mako
```bash
$ npm run release

# if you want to input the version manually
$ npm run release -- --bump question
```

After release, you must do 2 things:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/semver": "^7.5.0",
"@umijs/bundler-mako": "workspace:*",
"@umijs/mako": "workspace:*",
"@umijs/tools": "^0.1.7",
"@umijs/tools": "^0.1.9",
"antd": "^5.12.2",
"babel-plugin-import": "^1.13.8",
"es-check": "^7.1.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/bundler-mako/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"publishConfig": {
"access": "public"
},
"repository": "[email protected]:umijs/mako.git"
"repository": "[email protected]:umijs/mako.git",
"__utool_sync_deps_exact": true
}
96 changes: 48 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 85a46ab

Please sign in to comment.