Skip to content

Commit

Permalink
Merge pull request #65 from herbsjs/beta
Browse files Browse the repository at this point in the history
Update suma, gotu, buchu and aloe
  • Loading branch information
jhomarolo authored Nov 22, 2023
2 parents 67b3d1b + be06651 commit 319f9ab
Show file tree
Hide file tree
Showing 8 changed files with 11,132 additions and 540 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CD Build

on:
push:
branches: [ main ]
branches: [ main, next, beta, alpha ]

jobs:
build:
Expand All @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: CI build

on:
pull_request:
branches: [main]
branches: [ main, next, beta, alpha ]

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v2
Expand Down
23 changes: 20 additions & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"branches": "main",
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
"next",
"next-major",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
],
"repositoryUrl": "https://github.com/herbsjs/herbs",
"debug": "true",
"plugins": [
Expand All @@ -16,9 +29,13 @@
[
"@semantic-release/git",
{
"assets": ["package.json", "package-lock.json", "CHANGELOG.md"],
"assets": [
"package.json",
"package-lock.json",
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}
}
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
# [2.1.0-beta.7](https://github.com/herbsjs/herbs/compare/v2.1.0-beta.6...v2.1.0-beta.7) (2023-11-22)


### Features

* 🎸 update suma, buchu , gotu and aloe ([79c901e](https://github.com/herbsjs/herbs/commit/79c901eb4ce20516576a3d5af3f9d2a0ecfe60cf))

# [2.1.0-beta.6](https://github.com/herbsjs/herbs/compare/v2.1.0-beta.5...v2.1.0-beta.6) (2023-05-12)


### Features

* **specs:** update Aloe version - scenario.only feature ([1921511](https://github.com/herbsjs/herbs/commit/192151163588be1728f082f8b88542bcfa6a1c75))

# [2.1.0-beta.5](https://github.com/herbsjs/herbs/compare/v2.1.0-beta.4...v2.1.0-beta.5) (2023-05-07)


### Features

* **entity:** onlyIDs and reference validation ([e89483b](https://github.com/herbsjs/herbs/commit/e89483b16228f644738786601b7af08c5e3631bc))

# [2.1.0-beta.4](https://github.com/herbsjs/herbs/compare/v2.1.0-beta.3...v2.1.0-beta.4) (2023-03-29)


### Bug Fixes

* **aloe:** fix export main ([348bf2d](https://github.com/herbsjs/herbs/commit/348bf2de9173d8dcb55dede8d16d255c223331b9))

# [2.1.0-beta.3](https://github.com/herbsjs/herbs/compare/v2.1.0-beta.2...v2.1.0-beta.3) (2023-03-29)


### Bug Fixes

* **dependecies:** aloe and buchu ([d947b25](https://github.com/herbsjs/herbs/commit/d947b25b0dbe972bba6fda82c6b01295c9cead73))


### Features

* **buchu:** bump version to beta ([34feedb](https://github.com/herbsjs/herbs/commit/34feedb93204b4dbac15c59208874cb5610fe0bf))

# [2.1.0-beta.2](https://github.com/herbsjs/herbs/compare/v2.1.0-beta.1...v2.1.0-beta.2) (2023-03-29)


### Features

* **gotu:** updated version ([4eebf99](https://github.com/herbsjs/herbs/commit/4eebf999c2ed42ca245ef1227b982a74990e642d))

# [2.1.0-beta.1](https://github.com/herbsjs/herbs/compare/v2.0.0...v2.1.0-beta.1) (2023-03-29)


### Features

* **suma:** tryParse is a helper function that tries to parse a value to the expected type ([7986652](https://github.com/herbsjs/herbs/commit/798665215c55e4254fdb315055c10658f24c479f))

# [2.0.0](https://github.com/herbsjs/herbs/compare/v1.6.2...v2.0.0) (2023-03-06)


Expand Down
Loading

0 comments on commit 319f9ab

Please sign in to comment.