stackabletech / stackabletech/documentation
⏲ `make-release-branch.sh` script needs to replace `HEAD` and `main` with the release branch
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 13
- Forks
- 14
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 10
Description
[!NOTE]
This came out of the 25.3.0 Release Retro.
Without this, we get Antora errors about duplicate pages:
node_modules/.bin/antora generate local-antora-playbook.yml
[14:12:28.017] FATAL (antora): Duplicate page: nightly@home:demos:airflow-scheduled-job.adoc
1: docs/modules/demos/pages/airflow-scheduled-job.adoc in https://github.com/stackabletech/demos.git (branch: main | start path: docs)
2: docs/modules/demos/pages/airflow-scheduled-job.adoc in https://github.com/stackabletech/demos.git (branch: release-25.3 | start path: docs)
See manual commit made here after troubleshooting the error: https://github.com/stackabletech/documentation/pull/725
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate make-release-branch.sh and inspect how it handles HEAD and main when creating the release branch. Run the Antora command shown in the issue with the generated branch configuration; done means the release branch is used instead of HEAD or main and duplicate-page errors no longer occur.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- build-system, documentation, release
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100