Skip to content

Commit b4ce4fc

Browse files
committed
Bump version to v0.8.0-alpha.3
* [skip testnet]
1 parent b3b853b commit b4ce4fc

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shardlabs/starknet-hardhat-plugin",
3-
"version": "0.8.0-alpha.2",
3+
"version": "0.8.0-alpha.3",
44
"description": "Plugin for using Starknet tools within Hardhat projects",
55
"main": "dist/src/index.js",
66
"files": [

www/docs/dev.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,13 @@ $ npm version <NEW_VERSION>
162162

163163
This will also update `package-lock.json`, create a new commit, and create a new git tag.
164164

165+
You may want your version-bumping commit to contain the `[skip testnet]` string (documented [here](#testing-network)) to avoid testing on alpha-goerli (may postpone the version release significantly, if it will ever pass at all).
166+
165167
If for whatever reason the publishing workflow in CI/CD cannot be executed, the version can be released manually via `scripts/npm-publish.sh`, just be sure to have an NPM access token and that you have the rights to publish.
166168

167169
Apart from [npm](https://www.npmjs.com/package/@shardlabs/starknet-hardhat-plugin?activeTab=versions), releases are also tracked on [GitHub](https://github.com/0xSpaceShard/starknet-hardhat-plugin/releases) with [git tags](https://github.com/0xSpaceShard/starknet-hardhat-plugin/tags). Notice the prepended `v` in tag names.
168170

169-
When the tag is pushed:
171+
After the npm package is released and the tag is pushed:
170172

171173
```bash
172174
$ git push origin <TAG_NAME>
@@ -178,7 +180,7 @@ Users should be notified about the usage related changes. This can be done on Te
178180

179181
### Docs
180182

181-
New documentation is **automatically** deployed after publishing a new version with `scripts/npm-publish.sh`.
183+
New documentation is **automatically** deployed after publishing a new version with `scripts/npm-publish.sh` (also part of CI/CD).
182184

183185
To manually deploy new documentation, run:
184186

0 commit comments

Comments
 (0)