-
Notifications
You must be signed in to change notification settings - Fork 957
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(common): fix DEV_DOCS, CODE_OF_CONDUCT, CONTRIBUTING
- Loading branch information
Showing
3 changed files
with
26 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
# Release checklist: | ||
|
||
1. Create a new release branch with template `release-vX.X.X` | ||
1. Create a new release branch with template `release/vX.X.X` | ||
2. Update package version in package.json | ||
3. Run and test [Playground](src/playground) ([guide](CONTRIBUTING.md#run)) | ||
3. Run tests: `npm run release:validate` | ||
4. Run [docs](docs) | ||
5. Generate [changelog](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli) | ||
5. Generate changelog: `npm run version:changelog` | ||
6. Fix/expand changelog manually | ||
7. Update [readme](README.md) files if needed | ||
8. Push the branch, create PR, approve, merge | ||
9. Switch to master branch and pull changes | ||
10. Run and test [Playground](src/playground) | ||
11. Publish application to [Expo](https://docs.expo.io/versions/latest/workflow/publishing) | ||
13. Publish the package to [npm](https://docs.npmjs.com/getting-started/publishing-npm-packages) | ||
12. Generate public [docs](docs/DEV_DOCS.md) | ||
10. Run tests: `npm run release:validate` | ||
11. Assemble build: `npm run release:prepare` | ||
12. Publish the package to npm: `npm run release` | ||
13. Generate public [docs](docs/DEV_DOCS.md) | ||
14. Create and push [git tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging) with template `(vX.X.X)` | ||
15. Create release on github for the tag | ||
16. Talk to PR to publish updates on social media. | ||
17. Post into [#akveo_ad](https://akveo.slack.com/messages/C6AGWCWMU/) | ||
15. Create release on GitHub for the tag |