mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-14 12:11:02 +00:00
update NPM package version (#336)
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
+5
-1
@@ -4,7 +4,11 @@ Prior to the first stable release we neither have formal release processes nor d
|
|||||||
|
|
||||||
To create a new pre-release:
|
To create a new pre-release:
|
||||||
|
|
||||||
1. Create a release PR which updates the versions in the workspace `Cargo.toml` and updates the `CHANGELOG.md` accordingly.
|
1. Create a release PR which, if necessary:
|
||||||
|
- Updates the versions in the workspace `Cargo.toml`
|
||||||
|
- Updates the version in each crate `Cargo.toml`
|
||||||
|
- Updates the version of the NPM package in `js/resolc/package.json`
|
||||||
|
- Updates the `CHANGELOG.md` to reflect all observable changes
|
||||||
2. If the CI passes, merge the release PR.
|
2. If the CI passes, merge the release PR.
|
||||||
3. Push a `vX.Y.Z` tag that has the same version as in `Cargo.toml`
|
3. Push a `vX.Y.Z` tag that has the same version as in `Cargo.toml`
|
||||||
4. The release workflow will attempt to build and publish a new pre-release if the latest tag does match the cargo package version.
|
4. The release workflow will attempt to build and publish a new pre-release if the latest tag does match the cargo package version.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@parity/resolc",
|
"name": "@parity/resolc",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"version": "0.1.0-dev.16",
|
"version": "0.1.0",
|
||||||
"author": "Parity <admin@parity.io> (https://parity.io)",
|
"author": "Parity <admin@parity.io> (https://parity.io)",
|
||||||
"module": "index.ts",
|
"module": "index.ts",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|||||||
Generated
+1
-1
@@ -44,7 +44,7 @@
|
|||||||
},
|
},
|
||||||
"js/resolc": {
|
"js/resolc": {
|
||||||
"name": "@parity/resolc",
|
"name": "@parity/resolc",
|
||||||
"version": "0.1.0-dev.16",
|
"version": "0.1.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "^22.9.0",
|
"@types/node": "^22.9.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user