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
@@ -76,14 +76,14 @@ maintainers: how to make a release ?
76
76
4. Tag the release. Requires a GPG key with signatures:
77
77
78
78
```bash
79
-
git tag -s -m "CTKAppLauncher $tag"$tagmaster
79
+
git tag -s -m "CTKAppLauncher $tag"$tagmain
80
80
```
81
81
82
-
5. Publish the tag and `master` branch to trigger the release build
82
+
5. Publish the tag and `main` branch to trigger the release build
83
83
84
84
```bash
85
85
git push origin $tag&& \
86
-
git push origin master
86
+
git push origin main
87
87
```
88
88
89
89
_**Important:** Until issue [scikit-build/scikit-ci-addons/issues/96](https://github.com/scikit-build/scikit-ci-addons/issues/96) is addressed, macOS release package should be manually downloaded from the GitHub Actions artifact and uploaded as a GitHub release asset._
@@ -100,7 +100,7 @@ _**Important:** Until issue [scikit-build/scikit-ci-addons/issues/96](https://gi
0 commit comments