File tree 1 file changed +11
-6
lines changed
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,17 @@ attached to it:
18
18
19
19
Every day, a GitHub Action is fired, that does a few things:
20
20
21
- * find the last successful build in [ Hydra] ( https://hydra.nixos.org/jobset/nix/master )
22
- * if there is already a git tag for that build, abort
23
- * pull all the build artefacts
24
- * update the URL in the installer script to point to this repo
25
- * render the RELEASE.md.erb file
26
- * publish all of that as a github release.
21
+ * Find the last successful build of jobset
22
+ [ ` nix:master ` ] ( https://hydra.nixos.org/jobset/nix/master ) in Hydra
23
+ * If there is already a git tag in this repo for that build, abort
24
+ * Pull all of the build artefacts
25
+ * Update the URL in the installer script to point to this repo
26
+ * Render the RELEASE.md.erb file
27
+ * Create a git tag in this repo for the build
28
+ * Publish the artefacts and rendered release notes as a GitHub pre-release
29
+ * Test the install script on the pre-release on both Linux and macOS
30
+ * Publish the container images to GitHub Container Registry on this repo
31
+ * Mark the release as a full release
27
32
28
33
## Contributing
29
34
You can’t perform that action at this time.
0 commit comments