We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c891c7c commit 6dc2aecCopy full SHA for 6dc2aec
.github/workflows/ci.yml
@@ -0,0 +1,13 @@
1
+name: continuous-integration
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
9
10
11
+jobs:
12
+ checks:
13
+ uses: mixmaxhq/github-workflows-public/.github/workflows/checks.yml@main
.nvmrc
@@ -0,0 +1 @@
+12.22.6
Jenkinsfile
README.md
@@ -57,3 +57,9 @@ in the appropriate directories: extend…
57
58
If you want you can extend the base configuration directly (`"extends": "mixmax"`) but you shouldn't
59
need to since the Node and browser configurations already extend that.
60
61
+## Publishing a new version
62
63
+```
64
+GH_TOKEN=xxx npx semantic-release --no-ci
65
0 commit comments