Skip to content

Commit

Permalink
Update release setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 23, 2020
1 parent dcbd941 commit 5d988db
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 187 deletions.
8 changes: 3 additions & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Release
# Release Process

Releases are mostly automated using
[release-it](https://github.com/release-it/release-it/) and
[lerna-changelog](https://github.com/lerna/lerna-changelog/).


## Preparation

Since the majority of the actual release process is automated, the primary
Expand All @@ -25,14 +24,13 @@ When reviewing merged PR's the labels to be used are:
* internal - Used for internal changes that still require a mention in the
changelog/release notes.


## Release

Once the prep work is completed, the actual release is straight forward:

* First, ensure that you have installed your projects dependencies:

```
```sh
yarn install
```

Expand All @@ -51,7 +49,7 @@ yarn install

* And last (but not least 😁) do your release.

```
```sh
npx release-it
```

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"ember-resolver": "^8.0.2",
"ember-source": "^3.21.3",
"loader.js": "^4.7.0",
"release-it": "^14.0.3",
"release-it-lerna-changelog": "^2.4.0"
"release-it": "^14.2.0",
"release-it-lerna-changelog": "^3.0.0"
},
"engines": {
"node": "10.* || 12.* || >= 14"
Expand Down
Loading

0 comments on commit 5d988db

Please sign in to comment.