Skip to content

Commit cfb6ab3

Browse files
authored
Merge pull request #240 from vidavidorra/beta
Beta
2 parents 0676d68 + b66af2c commit cfb6ab3

File tree

9 files changed

+707
-6119
lines changed

9 files changed

+707
-6119
lines changed

.github/workflows/ci-cd.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@ on:
77
- renovate/**
88
pull_request: null
99
jobs:
10-
lint-commit-messages:
11-
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@e4e0f363c0afaa48377beba0cdbbc8c0dbc6a4f7 # v4.2.0
12-
with:
13-
configFile: ./commitlint.config.cjs
10+
# lint-commit-messages:
11+
# uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@e4e0f363c0afaa48377beba0cdbbc8c0dbc6a4f7 # v4.2.0
12+
# with:
13+
# configFile: ./commitlint.config.cjs
1414
lint:
1515
uses: vidavidorra/.github/.github/workflows/node-lint.yml@e4e0f363c0afaa48377beba0cdbbc8c0dbc6a4f7 # v4.2.0
1616
build:
1717
uses: vidavidorra/.github/.github/workflows/node-build.yml@e4e0f363c0afaa48377beba0cdbbc8c0dbc6a4f7 # v4.2.0
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
nodeVersion: [18, 20, 21]
21+
nodeVersion: [20, 21]
2222
with:
2323
nodeVersion: ${{ matrix.nodeVersion }}
2424
test:
2525
uses: vidavidorra/.github/.github/workflows/node-test.yml@e4e0f363c0afaa48377beba0cdbbc8c0dbc6a4f7 # v4.2.0
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
nodeVersion: [18, 20, 21]
29+
nodeVersion: [20, 21]
3030
with:
3131
nodeVersion: ${{ matrix.nodeVersion }}
3232
code-coverage:
@@ -40,7 +40,7 @@ jobs:
4040
release:
4141
uses: vidavidorra/.github/.github/workflows/release.yml@e4e0f363c0afaa48377beba0cdbbc8c0dbc6a4f7 # v4.2.0
4242
needs:
43-
- lint-commit-messages
43+
# - lint-commit-messages
4444
- lint
4545
- build
4646
- test

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [7.0.0-beta.2](https://github.com/vidavidorra/commitlint-config/compare/v7.0.0-beta.1...v7.0.0-beta.2) (2024-03-25)
2+
3+
### Continuous Integration
4+
5+
- remove tests on Node.js 18 ([8f83ad3](https://github.com/vidavidorra/commitlint-config/commit/8f83ad30cbcfebe9c3f2ec99e9e8e95b65040738))
6+
- temporary disable `lint-commit-messages` ([d09cc78](https://github.com/vidavidorra/commitlint-config/commit/d09cc7823373d53b5ae43dc132e9dffac6b41909))
7+
8+
## [7.0.0-beta.1](https://github.com/vidavidorra/commitlint-config/compare/v6.0.5...v7.0.0-beta.1) (2024-03-25)
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
- **deps:** Drop support for @commitlint v9 up to and indlucing v18
13+
- **deps:** Require Node.js 20 minimum
14+
15+
### Features
16+
17+
- **deps:** update commitlint monorepo to v19 ([1cfef29](https://github.com/vidavidorra/commitlint-config/commit/1cfef298f652297b158c9a1734412e6f6e74faa5))
18+
119
## [6.0.5](https://github.com/vidavidorra/commitlint-config/compare/v6.0.4...v6.0.5) (2024-02-14)
220

321
### Documentation

0 commit comments

Comments
 (0)