Skip to content

Commit 23eb419

Browse files
committed
contrib: Update Release instructions: use SonarQube instead of CodeQL
1 parent 37d8eff commit 23eb419

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

contributing/Releases/How do I make a release.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# How do I make a release?
22

3-
1. Go to the [CodeQL Actions page](https://github.com/obsidian-tasks-group/obsidian-tasks/actions/workflows/codeql-analysis.yml) and click `Run workflow` to run the CodeQL checks
4-
- Wait for them to succeed
5-
- If they fail, put the release on hold and fix any issues first. (Failures are very rare.)
6-
1. Check out the `main` branch
3+
1. Check the builds on `main`:
4+
- Check the [GitHub actions](https://github.com/obsidian-tasks-group/obsidian-tasks/actions?query=branch%3Amain) are passing.
5+
- Check the [SonarQube checks](https://sonarcloud.io/summary/new_code?id=obsidian-tasks-group_obsidian-tasks&branch=main) are passing.
6+
- If any are failing, put the release on hold and fix any issues first.
7+
1. Check out the `main` branch, and pull the latest code.
78
1. Check for the current version in [package.json](https://github.com/obsidian-tasks-group/obsidian-tasks/blob/main/package.json) (for example, `1.4.1`) and decide on a next version
89
- Backwards incompatible change: increase major version
910
- New functionality: increase minor version

0 commit comments

Comments
 (0)