Skip to content

Commit

Permalink
when to tag specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpeikert authored Jul 6, 2022
1 parent 475d1bb commit 4b6e2a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ We follow the Gitflow workflow described [here](https://www.atlassian.com/git/tu
- no new features (only bug fixes, documentation generation, etc.)
- is merged into main and tagged to create a new release
- also merged into devel when release is created
- trigger registrator after successfull and validated/tested merge into main

### feature/xxx:
- forked from devel to develop a new feature
Expand All @@ -60,6 +61,8 @@ We follow the Gitflow workflow described [here](https://www.atlassian.com/git/tu
### hotfix/xxx
- forked from main
- merged into main and devel (or the current release branch) and main is tagged
- trigger registrator after successfull and validated/tested merge into main


### documentation/xxx
- remember to add an apropriate tag if merged into main/release (e.g. v1.2.3+doc1 see [Documenter.jl docs](http://mortenpi.eu/Documenter.jl/dev/man/hosting/#Documentation-Versions))
Expand Down

0 comments on commit 4b6e2a7

Please sign in to comment.