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
Copy file name to clipboardExpand all lines: release.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
The environment variables `PYPI_USERNAME` and `PYPI_PASSWORD` must be already set in the repository as secrets. To add these variables, go to Secrets in the Settings of the repository.
4
4
5
5
## Create Release Branch
6
-
1. Branch off of main and name the branch the release version number (e.g. v0.1.2)
7
-
2. Bump version number in ``composeml/version.py`, and `composeml/tests/test_version.py`.
6
+
1. Branch off of main and name the branch the release version number (e.g. `release_v0.1.2`)
7
+
2. Bump version number in `composeml/version.py`, and `composeml/tests/test_version.py`.
8
8
9
9
## Create Release PR
10
10
A release PR should have the version number as the title and the changelog updates as the PR body text. The contributors line is not necessary.
0 commit comments