Skip to content

Commit

Permalink
Merge pull request #17 from tfso/chore/updating-optional-peers
Browse files Browse the repository at this point in the history
chore: updating major for peers
  • Loading branch information
lostfields authored Jan 17, 2024
2 parents 88c3524 + 6ae1a32 commit 46fa94c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 19 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand All @@ -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

Expand All @@ -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))

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 46fa94c

Please sign in to comment.