Skip to content

Commit 74a266e

Browse files
authored
chore: migrate to github actions (#240)
1 parent a6444ac commit 74a266e

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12.22.6

Jenkinsfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ workflow.
2222
If `commitlint-jenkins` is run in CI in a build that isn't a pull request build, silently exit.
2323
This 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+
```

0 commit comments

Comments
 (0)