0.9.0 • Published 9 months ago

@substrate/dev v0.9.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
9 months ago

@substrate/dev

JS/TS development environment configuration and dependencies for @substrate projects.

Release && Publishing

NPM prerequisites: You must be a member of the @substrate NPM org and must belong to the developers team within the org. (Please make sure you have 2FA enabled.)

  1. Create a branch 'name-v0-5-0'.

  2. Manually update the changelog with the commits leading up to the current release.

  3. Update the version inside of the package.json (NOTE: Very important for NPM).

  4. Send a PR up and merge into main/master.

    • example commit: git commit -m 'chore(release): 0.5.0'
  5. Pull main/master down and follow the commands below.

$ yarn npm login
$ yarn npm publish
  1. Setup the git tags with the following commands
$ git tag v0.5.0
$ git push origin v0.5.0
  1. Create a release from the new tag on GitHub.com.
0.9.0

9 months ago

0.8.0

9 months ago

0.7.1

2 years ago

0.6.7

2 years ago

0.7.0

2 years ago

0.6.6

2 years ago

0.6.5

3 years ago

0.6.4

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.7

3 years ago

0.5.6

4 years ago

0.5.5

4 years ago

0.5.4

4 years ago

0.5.3

4 years ago

0.5.0

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago