@codfish/actions-playground 3.3.0 → 3.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,9 +3,13 @@ name: Release
3
3
  on:
4
4
  push:
5
5
  branches:
6
- - next
7
- - master
6
+ - main
8
7
  - alpha
8
+ - beta
9
+ - next
10
+ - 'next-major'
11
+ - 'v?[0-9]+.[0-9x]+(.[0-9x]+)?'
12
+ - 'v?[0-9]+.[0-9x]+'
9
13
 
10
14
  jobs:
11
15
  release:
@@ -38,6 +42,15 @@ jobs:
38
42
  id: semantic-dry-run
39
43
  with:
40
44
  dry_run: true
45
+ branches: |
46
+ [
47
+ '+([0-9])?(.{+([0-9]),x}).x',
48
+ 'main',
49
+ 'next',
50
+ 'next-major',
51
+ {name: 'beta', prerelease: true},
52
+ {name: 'alpha', prerelease: true}
53
+ ]
41
54
  env:
42
55
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
56
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -51,6 +64,16 @@ jobs:
51
64
  - name: semantic release
52
65
  uses: docker://ghcr.io/codfish/semantic-release-action:v1
53
66
  id: semantic
67
+ with:
68
+ branches: |
69
+ [
70
+ '+([0-9])?(.{+([0-9]),x}).x',
71
+ 'main',
72
+ 'next',
73
+ 'next-major',
74
+ {name: 'beta', prerelease: true},
75
+ {name: 'alpha', prerelease: true}
76
+ ]
54
77
  env:
55
78
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
79
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "3.3.0",
3
+ "version": "3.7.0",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "main": "dist/index.js",
6
6
  "private": false,
package/test.txt CHANGED
@@ -1 +1 @@
1
- foobar
1
+ foobarly