You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update release barnch name in description of wokrflow
* Update release README with correct branch name
* Add comment about tag foramt to release README
Copy file name to clipboardExpand all lines: medcat-v2/.release/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,10 @@ The scripts within here are designed to help preparing for and dealing with rele
4
4
5
5
The main idea is to use the `prepare_release.sh` script from within the root of the project and it will delegate either to `prepare_minor_release.sh` or `prepare_patch_release.sh` as necessary.
6
6
The workflow within the scripts is as follows:
7
-
- Create or check out release branch (`release/v<major>.<minor>`)
7
+
- Create or check out release branch (`medcat/v<major>.<minor>`)
8
8
- Update version in `pyproject.toml`
9
9
- Create a tag based on the version
10
+
- This will be in the format `medcat/v<major>.<minor>.<patch>`
10
11
- Push both the branch as well as the tag to `origin`
11
12
12
13
The general usage for a minor release based on the `main` branch from within the **root of the project** is simply:
0 commit comments