File tree Expand file tree Collapse file tree 4 files changed +20
-6
lines changed
Expand file tree Collapse file tree 4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 1+ name : continuous-integration
2+
3+ on :
4+ push :
5+ branches :
6+ - master
7+ pull_request :
8+ branches :
9+ - master
10+
11+ jobs :
12+ checks :
13+ uses : mixmaxhq/github-workflows-public/.github/workflows/checks.yml@main
Original file line number Diff line number Diff line change 1+ 12.22.6
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -22,3 +22,9 @@ workflow.
2222If ` commitlint-jenkins ` is run in CI in a build that isn't a pull request build, silently exit.
2323This flag is particularly handy for use with
2424[ ` @mixmaxhq/semantic-commitlint ` ] ( https://github.com/mixmaxhq/semantic-commitlint ) .
25+
26+ ## Publishing a new version
27+
28+ ```
29+ GH_TOKEN=xxx npx semantic-release --no-ci
30+ ```
You can’t perform that action at this time.
0 commit comments