[UPD] documentation about release
This commit is contained in:
parent
143f5d77db
commit
6cbd2884bb
1 changed files with 5 additions and 2 deletions
|
|
@ -10,10 +10,13 @@ Do your commit.
|
||||||
git commit -am "[#ticket] subject: short sentence"
|
git commit -am "[#ticket] subject: short sentence"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Update variable ERPLIBRE_VERSION in [env_var.sh](../env_var.sh)
|
||||||
|
|
||||||
## Merge release
|
## Merge release
|
||||||
When ready to make a release, create a branch release/#.#.# and create a pull request to master.
|
When ready to make a release, create a branch release/#.#.# and create a pull request to master.
|
||||||
Update file CHANGELOG.md and create a section with new version.
|
|
||||||
Merge it when maintener accept it.
|
Update file [CHANGELOG.md](../CHANGELOG.md) and create a section with new version.
|
||||||
|
Merge it when maintainer accept it.
|
||||||
|
|
||||||
Add a tag on the commit on branch master with your release. When adding tag, be sure to update default.xml
|
Add a tag on the commit on branch master with your release. When adding tag, be sure to update default.xml
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue