Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amend release process description #540

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions docs/modules/project/pages/hacking.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -367,25 +367,28 @@ has been completed:
In addition, you can submit pull requests to downstream project:

[%interactive]
* [ ] submit a pull request downstream to update Asciidoctor reveal.js version in the Asciidoctor Docker Container
** modify the `Dockerfile`, `Makefile` and `README.adoc` in: https://github.com/asciidoctor/docker-asciidoctor
* [ ] Asciidoctor reveal.js version in the Asciidoctor Docker Container is normally updated by the update cli bot. If not, submit a PR to update it.
** modify the `Dockerfile`, `test/asciidoctor.baats` and `README.adoc` in: https://github.com/asciidoctor/docker-asciidoctor
* [ ] submit a pull request downstream to update AsciidoctorJ reveal.js version
** modify `gradle.properties`, `asciidoctorj-revealjs/gradle.properties` and `asciidoctorj-revealjs/build.gradle` in: https://github.com/asciidoctor/asciidoctorj-reveal.js

=== Prepare next version
==== Prepare next version

. Run the following command and follow the instructions:

$ npm run release:next

=== Maintenance branch
==== Maintenance branch

You can create a maintenance branch from a tag.
Create a maintenance branch from a tag.
Please use the following name convention: `\{major}.\{minor}.x` (e.g., `4.1.x`).

We try to keep only one maintenance branch per major version.

[%interactive]
* [ ] push the maintenance branch: `git push origin 4.1.x`
* [ ] don't forget to update Antora playbook to add this branch: https://github.com/asciidoctor/docs.asciidoctor.org/edit/main/antora-playbook.yml
* [ ] delete the previous maintenance branch : `git branch -d 4.0.X && git push origin --delete 4.0.X`
* [ ] don't forget to update Antora playbook to fix branch: https://github.com/asciidoctor/docs.asciidoctor.org/edit/main/antora-playbook.yml

== Ruby and asciidoctor-doctest tests

Expand Down Expand Up @@ -431,7 +434,7 @@ Reach out to our Netlify integration contact to make sure that deployed branches

=== Integration Contact

Main Contact: {url-gh-ggrosetie}[@ggrossetie^]
Main Contact: {url-gh-ggrossetie}[@ggrossetie^]

Also, in order to stay with a free plan, only the following people have control over our Netlify integration:
{url-gh-ggrossetie}[@ggrossetie^],
Expand Down