diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 12f8c94..0df967e 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -25,20 +25,6 @@ jobs: - name: Install run: npm install conventional-changelog-conventionalcommits@^4.6.0 - - name: Conventional Changelog Action - id: changelog - uses: TriPSs/conventional-changelog-action@v3 - with: - git-push: false - skip-commit: true - skip-git-pull: true - github-token: ${{secrets.GITHUB_TOKEN}} - config-file-path: ./changelog-config.js - - - name: Fail if tagging is skipped - if: ${{ steps.changelog.outputs.skipped == 'true' }} - run: exit 1 - - name: Fix package name run: sed -i -e 's/"eslint-config-tfso"/"\@tfso\/eslint-config"/g' package.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 451f037..39f849a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ ### [1.1.5](https://github.com/tfso/eslint-config-tfso/compare/v1.1.2...v1.1.5) (2024-01-17) - ### Bug Fixes * added mocha rules ([120a32f](https://github.com/tfso/eslint-config-tfso/commit/120a32fd5988e5612db24f0d05be086b3ff92caa)) @@ -9,6 +8,13 @@ ### [1.1.2](https://github.com/tfso/eslint-config-tfso/compare/v1.1.1...v1.1.2) (2022-06-23) +### Bug Fixes + +### [1.1.3](https://github.com/tfso/eslint-config-tfso/compare/v1.1.2...v1.1.3) (2022-10-01) + +### Bug Fixes + +### [1.1.2](https://github.com/tfso/eslint-config-tfso/compare/v1.1.1...v1.1.2) (2022-06-23) ### Bug Fixes @@ -34,4 +40,3 @@ ### Bug Fixes * added ci/cd with changelog and package publishing (#4) ([01bddab](https://github.com/tfso/eslint-config-tfso/commit/01bddab96320b80d6a5b8096b03c89bc4818deaf)) - diff --git a/package.json b/package.json index 9531dca..2821c5c 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,12 @@ "main": "backend.js", "repository": "https://github.com/tfso/eslint-config-tfso", "optionalDependencies": { - "@typescript-eslint/eslint-plugin": "^2 || ^3 || ^4 || ^5", - "@typescript-eslint/parser": "^2 || ^3 || ^4 || ^5", + "@typescript-eslint/eslint-plugin": "^2 || ^3 || ^4 || ^5 || ^6", + "@typescript-eslint/parser": "^2 || ^3 || ^4 || ^5 || ^6", "eslint": "^6 || ^7 || ^8", "eslint-config-react-app": "^5 || ^6 || ^7", "eslint-plugin-react": "^7", - "typescript": "^3 || ^4" + "typescript": "^3 || ^4 || ^5" }, "dependencies": { "conventional-changelog-conventionalcommits": "^4.6.3"