stackabletech / stackabletech/documentation

⏲ `make-release-branch.sh` script needs to replace `HEAD` and `main` with the release branch

Open
#733 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

release-retro/25.3.0
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.