You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing/Releases/How do I make a release.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
# How do I make a release?
2
2
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.
7
8
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
8
9
- Backwards incompatible change: increase major version
0 commit comments