File tree Expand file tree Collapse file tree 9 files changed +707
-6119
lines changed
Expand file tree Collapse file tree 9 files changed +707
-6119
lines changed Original file line number Diff line number Diff line change 77 - renovate/**
88 pull_request : null
99jobs :
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 :
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments