Skip to content

Commit

Permalink
Update README.dev.md
Browse files Browse the repository at this point in the history
Co-authored-by: Giulia Crocioni <55382553+gcroci2@users.noreply.github.com>
  • Loading branch information
DaniBodor and gcroci2 authored Sep 6, 2024
1 parent 66e74c5 commit 8967b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ During the development cycle, three main supporting branches are used:

### Automated release workflow:

1. **IMP0RTANT:** Create a PR pointing to `main` for the release branch and make sure that there are no conflicts and that all checks pass.
1. **IMP0RTANT:** Create a PR for the release branch, targeting the `main` branch. Ensure there are no conflicts and that all checks pass successfully. Release branches are typically: traditional [release branches](https://nvie.com/posts/a-successful-git-branching-model/#release-branches) (these are created from the `dev` branch), or [hotfix branches](https://nvie.com/posts/a-successful-git-branching-model/#hotfix-branches) (these are created directly from the `main` branch).
- if everything goes well, this PR will automatically be closed after the draft release is created.
2. Navigate to [Draft Github Release](https://github.com/DeepRank/deeprank2/actions/workflows/release_github.yml)
on the [Actions](https://github.com/DeepRank/deeprank2/actions) tab.
Expand Down

0 comments on commit 8967b05

Please sign in to comment.