Skip to content

Commit

Permalink
chore: cut 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion committed Sep 14, 2022
1 parent acb4f75 commit be1e384
Show file tree
Hide file tree
Showing 3 changed files with 2,792 additions and 111 deletions.
10 changes: 3 additions & 7 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Steps

1. Bump the version in the primary branch
2. Run `yarn changelog --version-number {version}` and extract the new entry
from `changes.md` into the actual `CHANGELOG.md`
3. Create a pull request, merge it.
4. Tag the new commit with the corresponding `v{version}` tag.
5. Run `yarn prepublish`
6. Publish using Wombat with `--registry=https://wombat-dressing-room.appspot.com`
1. `npm login https://wombat-dressing-room.appspot.com`
2. `GITHUB_TOKEN=<..> yarn semantic-release --ci=false`
3. Push up the changes
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "dgeni-packages",
"version": "0.29.5",
"version": "0.30.0",
"description": "A collection of dgeni packages for generating documentation from source code",
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
},
"files": [
"**/*.js",
"**/*.js.map",
Expand Down Expand Up @@ -75,14 +78,16 @@
"@types/jasmine": "^2.5.51",
"@types/lodash.difference": "^4.5.6",
"@types/node": "^14.14.20",
"changez": "^3.0.1",
"changez-angular": "^3.0.1",
"eslint": "^7.17.0",
"jasmine": "^2.6.0",
"nyc": "^15.1.0",
"rewire": "~2.0.0",
"semantic-release": "^19.0.5",
"source-map-support": "^0.4.15"
},
"resolutions": {
"@semantic-release/npm": "9.0.0"
},
"contributors": [
"Peter Bacon Darwin <[email protected]>",
"Stéphane Reynaud <[email protected]>",
Expand Down
Loading

0 comments on commit be1e384

Please sign in to comment.