Skip to content

Commit f11ae40

Browse files
Bump version (#2083)
1 parent 48d0f8a commit f11ae40

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
node: [20.x] # This should be LTS
22+
node: [22.x] # This should be LTS
2323

2424
steps:
2525
- name: Checkout code
@@ -33,7 +33,7 @@ jobs:
3333
node-version: ${{ matrix.node }}
3434

3535
- name: Install dependencies
36-
run: npm i
36+
run: npm ci
3737

3838
- name: Test
3939
run: npm test
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
VERSION_BUMP: ${{ inputs.versionBump }}
4747
run: |
48-
git config --global user.email "moritz.heusinger@gmail.com"
48+
git config --global user.email "dogafox@gmail.com"
4949
git config --global user.name "Github Action"
5050
5151
npm run release -- ${VERSION_BUMP}
@@ -78,8 +78,8 @@ jobs:
7878
with:
7979
token: ${{ secrets.PR_TOKEN }}
8080
commit-message: '[OFFICIAL RELEASE] ${{ steps.version.outputs.result }}'
81-
committer: foxbot76 <heusinger.moritz@gmail.com>
82-
author: foxbot76 <heusinger.moritz@gmail.com>
81+
committer: GermanBluefox <dogafox@gmail.com>
82+
author: GermanBluefox <dogafox@gmail.com>
8383
signoff: false
8484
branch: official-release
8585
delete-branch: true
@@ -88,5 +88,5 @@ jobs:
8888
${{ steps.extract_release.outputs.BODY }}
8989
labels: |
9090
automated pr 🔧
91-
assignees: foxbot76
91+
assignees: GermanBluefox
9292
draft: false

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
- run: npm i
4545
- run: npm run build
4646

47-
# Runs adapter tests on all supported node versions and OSes
4847
# Runs adapter tests on all supported node versions and OSes
4948
adapter-tests:
5049
if: contains(github.event.head_commit.message, '[skip ci]') == false
@@ -80,7 +79,7 @@ jobs:
8079
env:
8180
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
8281
MERGE_LABELS: 'automated pr 🔧'
83-
MERGE_FILTER_AUTHOR: 'foxbot76'
82+
MERGE_FILTER_AUTHOR: 'GermanBluefox'
8483
MERGE_FORKS: 'false'
8584
MERGE_DELETE_BRANCH: 'false'
8685
UPDATE_LABELS: 'automated pr 🔧'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Executes Javascript, Typescript Scripts.
2626
<!--
2727
### **WORK IN PROGRESS**
2828
-->
29-
### 9.0.14 (2025-12-11)
29+
### **WORK IN PROGRESS**
3030
* (@GermanBluefox) Added possibility to encrypt scripts with password (only for vendors)
3131

3232
### 9.0.11 (2025-07-29)

0 commit comments

Comments
 (0)