Skip to content

Commit

Permalink
Add releasing markdown with releasing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Dec 4, 2023
1 parent a604f6a commit 107e08e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Releasing
=========

1. Update the `CHANGELOG.md` with the version and date (each package has its own `CHANGELOG.md`).
2. Update the `version` in the `package.json` file (each package has its own `package.json`).
3. Open a PR with the changes.
4. After merging the PR, The GH Action (release.yml) is doing everything else automatically.
1. For React Native, the `scripts.prebuild` (`package.json`) is generating a `version.ts` file with the version which is used at runtime.
5. Done.

0 comments on commit 107e08e

Please sign in to comment.