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 `CHANGELOG.md`, following the existing style (in particular, make sure that the change log for this version has the correct version number and date).
20
+
- [ ] Run `make changelog`, to make sure that all the issue references in `CHANGELOG.md` are up to date.
24
21
- [ ] Check that the commit messages in this PR do not contain `[ci skip]`
25
22
26
23
## The release
27
24
28
25
- [ ] After merging the pull request, tag the release. There are two options for this:
29
26
30
-
1. [Comment `[at]JuliaRegistrator register` on the GitHub commit.](https://github.com/JuliaRegistries/Registrator.jl#via-the-github-app)
31
-
2. Use [JuliaHub's package registration feature](https://help.juliahub.com/juliahub/stable/contribute/#registrator) to trigger the registration.
27
+
1. [Comment `[at]JuliaRegistrator register` on the GitHub commit.](https://github.com/JuliaRegistries/Registrator.jl#via-the-github-app)
28
+
2. Use [JuliaHub's package registration feature](https://help.juliahub.com/juliahub/stable/contribute/#registrator) to trigger the registration.
32
29
33
30
Either of those should automatically publish a new version to the Julia registry.
34
-
Once registered, the `TagBot.yml` workflow should create a tag, and rebuild the
35
-
documentation for this tag. These steps can take quite a bit of time (1
36
-
hour or more), so don't be surprised if the new documentation takes a
37
-
while to appear.
31
+
- Once registered, the `TagBot.yml` workflow should create a tag, and rebuild the documentation for this tag.
32
+
- These steps can take quite a bit of time (1 hour or more), so don't be surprised if the new documentation takes a while to appear.
0 commit comments