crossbario / crossbario/autobahn-python

Improve maintainers release workflow docs

Open
#1,823 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

docs enhancement
Dominant language
Python
Stars
2.5k
Forks
768
PR merge metrics
No merged PRs in 30d

Description

Feature Description

Improve maintainers release workflow docs in https://github.com/crossbario/autobahn-python/blob/master/docs/release-notes.rst

just download-github-release

✅ Found nightly release: master-202512150317

just docs
just docs-integrate-github-release master-202512150317
just generate-release-notes 25.12.2 master-202512150317
just prepare-changelog 25.12.2

=> integrate into docs/changelog.rst and docs/release-notes.rst

git commit -m "add release changelog & release-notes"
git push upstream

git tag -a v25.12.2 -m "tagged release"
git push --tags upstream

Checklist

  • I have searched existing issues to avoid duplicates
  • I have described the problem clearly
  • I have provided use cases
  • I have considered alternatives
  • I have assessed impact and breaking changes

Contributor guide

Open the contributing guide

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

Start with docs/release-notes.rst and compare it with the listed just commands and git/tagging steps. Update the maintainer release workflow documentation so the sequence from downloading the nightly release through pushing the tag is clear and accurate; done means the documented commands and resulting files match the described process.

Written by the indexing model from the issue text.

Assessment

Tech stack
git, github
Domain
documentation, release
Issue type
Documentation
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.