Skip to content

Commit

Permalink
docs(CONTRIBUTING): auto tag for gh release, point to repo for changelog
Browse files Browse the repository at this point in the history
previously the doc was pointing at the published docs site but we can't use
that since the docs site does not actually publish, pending resolution of #559
  • Loading branch information
mikehardy committed Dec 13, 2023
1 parent 3a17a85 commit b8310fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Maintainers with write access to the repo and the npm organization can publish n
1. Push the release notes / version / tag to the repo: `git push --tags`
1. Create a release on the repo:
```
gh release create @notifee/react-native@x.y.z --title "@notifee/react-native@x.y.z" --notes "[Release Notes](https://notifee.app/react-native/docs/release-notes)"
export TAGNAME=`git tag --list|sort -r|head -1`
gh release create ${TAGNAME} --title "${TAGNAME}" --notes "[Release Notes](https://github.com/invertase/notifee/blob/main/docs-react-native/react-native/docs/release-notes.md)"
```
1. Publish to npm: `npm publish`

0 comments on commit b8310fd

Please sign in to comment.