GHA-176 Add automated release workflow setup and documentation#86
Conversation
nils-werner-sonarsource
commented
Feb 6, 2026
- Introduce automated-release-setup.md for guiding users through setting up the automated release workflow for SonarSource analyzer projects.
- Update AUTOMATED_RELEASE.md to include quick setup instructions and prerequisites.
- Enhance README.md to list available Claude Code skills and provide installation instructions.
- Introduce automated-release-setup.md for guiding users through setting up the automated release workflow for SonarSource analyzer projects. - Update AUTOMATED_RELEASE.md to include quick setup instructions and prerequisites. - Enhance README.md to list available Claude Code skills and provide installation instructions.
SonarQube reviewer guideSummary: Consolidate automated release setup documentation and add Claude Code skills for workflow automation. Documentation moved into main workflow docs with new setup section, and a reusable skill created to guide users through configuration. Review Focus: Verify that the setup instructions were correctly migrated from Start review at:
|
|
|
||
| 1. **Jira Configuration**: | ||
| - Add `Jira Tech User GitHub` as Administrator on your Jira project (Project settings → People → Administrator role) | ||
| - For dry-run testing, also add the user to the Jira sandbox: https://sonarsource-sandbox-811.atlassian.net/ |
There was a problem hiding this comment.
this url doesn't work for me. Should it be https://sonarsource-sandbox-608.atlassian.net/ ?
There was a problem hiding this comment.
Uff, yeah. Looks like I have also another one.
I'll update it.
| jobs: | ||
| release: | ||
| name: Release | ||
| uses: SonarSource/release-github-actions/.github/workflows/automated-release.yml@master |
There was a problem hiding this comment.
I was thinking about it as I continue to add features. But yeah you're right for sustainability if would be better.
| jobs: | ||
| release: | ||
| name: Release | ||
| uses: SonarSource/release-github-actions/.github/workflows/automated-release.yml@master |



