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: PUBLISHING.md
+16-10Lines changed: 16 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,14 +129,20 @@ For the build test, the RTD Sphinx theme needs to be added to the docker image,
129
129
wait until it is merged. It's embarrassing when you have to do a whole new
130
130
release just because you missed something silly...I know!
131
131
132
-
10. Immediately after it is merged, create a new GitHub tag representing the
133
-
version. The tag name and title of the release should be the same as the
134
-
version in [pyproject.toml](https://github.com/openwallet-foundation/acapy/tree/main/pyproject.toml). Use
135
-
the "Generate Release Notes" capability to get a sequential listing of the
136
-
PRs in the release, to complement the manually curated Changelog. Verify on
137
-
PyPi that the version is published.
138
-
139
-
11. New images for the release are automatically published by the GitHubAction
132
+
10. If the release is a final release AND the latest release AND an LTS release,
133
+
update the LTS branch to point to `main`. Do this ONLY when the current
134
+
release version is both the latest release AND its version has been declared
135
+
an LTS release. Once a new version has been created that has NOT been
136
+
declared an LTS, the LTS branch will extend independent of main.
137
+
138
+
11. Immediately after it is merged, create a new GitHub tag representing the
139
+
version. The tag name and title of the release should be the
140
+
same as the version in
141
+
[pyproject.toml](https://github.com/openwallet-foundation/acapy/tree/main/pyproject.toml). Use the "Generate Release Notes" capability to get a sequential listing of
142
+
the PRs in the release, to complement the manually curated Changelog. Verify
143
+
on PyPi that the version is published.
144
+
145
+
12. New images for the release are automatically published by the GitHubAction
140
146
Workflow: [publish.yml]. The action is triggered when a release is tagged, so
141
147
no manual action is needed. Images are published in the [OpenWallet
142
148
Foundation Package Repository under
@@ -178,7 +184,7 @@ For the build test, the RTD Sphinx theme needs to be added to the docker image,
0 commit comments