Skip to content

Commit

Permalink
docs: add release workflow description (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernizhel authored Jul 15, 2023
2 parents 32f877c + 672881d commit e85f686
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
- Wait for checks to pass
- Merge your changes

### Release workflow

- Make the work in another branch as described in "Common workflow" till your merge the changes to `master`
- Tag your last commit with `git tag v1.0.0` in SemVer
- `git push --tags`
- Merge the commit

## Project description

В этом репозитории находится пример приложения с тестами:
Expand Down

0 comments on commit e85f686

Please sign in to comment.