Skip to content

Commit f547f45

Browse files
Add more notes for development
1 parent 2863dd3 commit f547f45

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ There are signed .apk files inside the "Releases" tab. As of now, the is no plan
1111
![IzzyOnDroid Badge](https://img.shields.io/endpoint?url=https://apt.izzysoft.de/fdroid/api/v1/shield/xyz.commanderred.opendtuapp)
1212

1313
## Development
14-
There are two branches. `main` is the stable branch, `dev` is the development branch. If you want to contribute, please create a pull request to `dev`.
14+
There are two branches. `main` is the stable branch, `develop` is the development branch. If you want to contribute, please create a pull request to `develop`.
1515

1616
## Translations
1717
Translations are inside a [submodule](https://github.com/OpenDTU-App/opendtu-react-native-translations) located in `src/translations/translation-files`.
@@ -48,7 +48,12 @@ Stuff that I cannot test myself
4848
- [ ] Multi-Inverter per DTU
4949

5050
### Devnotes
51-
- Use `yarn version --patch --no-commit-hooks --no-git-tag-version` to bump version
51+
- Creating new release
52+
- Use `yarn version --patch --no-commit-hooks --no-git-tag-version` to bump version
53+
- Push to GitHub
54+
- Tag the commit with `vX.Y.Z`
55+
- Push the tag to GitHub
56+
- Merge `develop` into `main`
5257

5358
### Early Screenshots
5459
<img alt="Screenshot_1702075921" src="https://github.com/OpenDTU-App/opendtu-react-native/assets/43087936/1475799f-881d-4eb4-8b1f-1065c64a85c1" width="250">

0 commit comments

Comments
 (0)