Skip to content

Commit 6b41879

Browse files
authored
Merge pull request #94 from herbsjs/beta
bump suma and gotu version + fix check if entity
2 parents a3381b6 + a519b42 commit 6b41879

File tree

9 files changed

+11420
-357
lines changed

9 files changed

+11420
-357
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CD Build
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, next, beta, alpha ]
66

77
jobs:
88
build:
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [14.x]
14+
node-version: [16.x]
1515

1616
steps:
1717
- name: Checkout repository

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: CI build
22

33
on:
44
pull_request:
5-
branches: [master]
5+
branches: [ master, next, beta, alpha ]
66

77
jobs:
88
build:
99
runs-on: ubuntu-latest
1010

1111
strategy:
1212
matrix:
13-
node-version: [14.x]
13+
node-version: [16.x]
1414

1515
steps:
1616
- uses: actions/checkout@v2

.releaserc.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
2-
"branches": "master",
2+
"branches": [
3+
"+([0-9])?(.{+([0-9]),x}).x",
4+
"master",
5+
"next",
6+
"next-major",
7+
{
8+
"name": "beta",
9+
"prerelease": true
10+
},
11+
{
12+
"name": "alpha",
13+
"prerelease": true
14+
}
15+
],
316
"repositoryUrl": "https://github.com/herbsjs/buchu",
417
"debug": "true",
518
"plugins": [

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [2.1.1-beta.2](https://github.com/herbsjs/buchu/compare/v2.1.1-beta.1...v2.1.1-beta.2) (2023-11-22)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 update suma and gotu version ([8229964](https://github.com/herbsjs/buchu/commit/82299645e44c37397081ab3f57294388e3ebc3e6))
7+
8+
## [2.1.1-beta.1](https://github.com/herbsjs/buchu/compare/v2.1.0...v2.1.1-beta.1) (2023-03-29)
9+
10+
11+
### Bug Fixes
12+
13+
* **require:** bump suma and gotu version + fix check if entity ([ab1fe9f](https://github.com/herbsjs/buchu/commit/ab1fe9fdb87b97da7eaa82bb36f4d428a3c8f50c))
14+
115
# [2.1.0](https://github.com/herbsjs/buchu/compare/v2.0.0...v2.1.0) (2023-03-06)
216

317

0 commit comments

Comments
 (0)