Skip to content

Commit

Permalink
Add reminders about GitHub draft releases
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Sep 13, 2019
1 parent cc6b35c commit a6f7b23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Expand Up @@ -14,7 +14,7 @@
},
"hooks": {
"after:bump": "npm run dist",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}.",
"after:release": "echo Successfully created a release draft v${version} for ${repo.repository}. Please add release notes when necessary and publish it!",
"before:init": "npm test"
}
}
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -344,6 +344,9 @@ Do a real release (publishes both to npm as well as create a new release on GitH
$ npm run release minor
```

_GitHub releases are created as a draft and need to be published manually!
(This is so we are able to craft suitable release notes before publishing.)_

## Supporters

<p>
Expand Down

0 comments on commit a6f7b23

Please sign in to comment.