docs: v0.7.0 GH release link (#929)
This commit is contained in:
committed by
GitHub
parent
2c780b4d4e
commit
b93a06d237
@@ -126,13 +126,17 @@ The procedure to issue a release is as follows:
|
|||||||
claude --permission-mode default '/draft-release v0.7.0'
|
claude --permission-mode default '/draft-release v0.7.0'
|
||||||
```
|
```
|
||||||
This command will verify that artifacts are ready, create the draft release, and upload all artifacts.
|
This command will verify that artifacts are ready, create the draft release, and upload all artifacts.
|
||||||
* Review the draft release on GitHub, then publish.
|
* Review the draft release on GitHub, then publish,
|
||||||
|
with the box checked to create a GitHub "Discussion" for the release.
|
||||||
|
* Immediately after hitting publish.
|
||||||
|
* Update the release on GitHub to link to the discussion.
|
||||||
|
* Update `docs/changelog.rst` to link to the GitHub release.
|
||||||
|
* Update `docs/_templates/versions.html` to link to the GitHub release.
|
||||||
|
* Announce release in the zrepl Matrix channel & other socials as applicable.
|
||||||
|
Link to the GitHub release as the entrypoint.
|
||||||
|
* After a couple of days
|
||||||
* Add the .rpm and .deb files to the official zrepl repos.
|
* Add the .rpm and .deb files to the official zrepl repos.
|
||||||
* Code for management of these repos: https://github.com/zrepl/package-repo-ops (private repo at this time)
|
* Code for management of these repos: https://github.com/zrepl/package-repo-ops (private repo at this time)
|
||||||
* Update docs version list:
|
|
||||||
* Update `docs/_templates/versions.html` with the new release.
|
|
||||||
* Verify the link to `zrepl-noarch.tar` in the GitHub release works.
|
|
||||||
* Merge to `master` (docs auto-publish).
|
|
||||||
|
|
||||||
#### Patch releases, Go toolchain updates, APT/RPM Package rebuilds
|
#### Patch releases, Go toolchain updates, APT/RPM Package rebuilds
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
@@ -7,6 +7,7 @@
|
|||||||
<div class="rst-other-versions">
|
<div class="rst-other-versions">
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Releases</dt>
|
<dt>Releases</dt>
|
||||||
|
<dd><a href="https://github.com/zrepl/zrepl/releases/tag/v0.7.0">v0.7.0</a></dd>
|
||||||
<dd><a href="https://github.com/zrepl/zrepl/releases/tag/v0.6.1">v0.6.1</a></dd>
|
<dd><a href="https://github.com/zrepl/zrepl/releases/tag/v0.6.1">v0.6.1</a></dd>
|
||||||
<dd><a href="https://github.com/zrepl/zrepl/releases/tag/v0.5.0">v0.5.0</a></dd>
|
<dd><a href="https://github.com/zrepl/zrepl/releases/tag/v0.5.0">v0.5.0</a></dd>
|
||||||
<dd><a href="https://github.com/zrepl/zrepl/releases/tag/v0.4.0">v0.4.0</a></dd>
|
<dd><a href="https://github.com/zrepl/zrepl/releases/tag/v0.4.0">v0.4.0</a></dd>
|
||||||
|
|||||||
@@ -16,6 +16,8 @@ Changelog
|
|||||||
0.7.0
|
0.7.0
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
`GitHub Release <https://github.com/zrepl/zrepl/releases/tag/v0.7.0>`_
|
||||||
|
|
||||||
* |feature| Config file inclusion using ``include`` directive.
|
* |feature| Config file inclusion using ``include`` directive.
|
||||||
This allows distributing zrepl job definitions across multiple YAML files in a ``conf.d`` style directory.
|
This allows distributing zrepl job definitions across multiple YAML files in a ``conf.d`` style directory.
|
||||||
(:commit:`4d6583e`, thanks, `@ZeyadTamimi <https://github.com/zeyadtamimi>`_).
|
(:commit:`4d6583e`, thanks, `@ZeyadTamimi <https://github.com/zeyadtamimi>`_).
|
||||||
|
|||||||
Reference in New Issue
Block a user