Skip to content

Commit

Permalink
chore: no idea how versioning is working :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
lostfields authored Jan 17, 2024
1 parent 46fa94c commit 7d43fc2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@tfso'

- name: Install
run: npm install conventional-changelog-conventionalcommits@^4.6.0
run: npm install

- name: Fix package name
run: sed -i -e 's/"eslint-config-tfso"/"\@tfso\/eslint-config"/g' package.json
Expand All @@ -43,16 +43,16 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@tfso'

- name: Install
run: npm install conventional-changelog-conventionalcommits@^4.6.0
run: npm install

# Creates tags and updates changelog based on change changelog-config.js settings
- name: Conventional Changelog Action
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-tfso",
"version": "1.1.5",
"version": "1.1.6",
"description": "ESLint configuration for 24SevenOffice",
"main": "backend.js",
"repository": "https://github.com/tfso/eslint-config-tfso",
Expand Down

0 comments on commit 7d43fc2

Please sign in to comment.