Skip to content

Commit d7781a9

Browse files
authored
chore: Bump node version, add access and correct PR naming (#54)
* chore: Bump node version, add access and correct PR naming * Update CHANGELOG.md
1 parent 7a2e3c8 commit d7781a9

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

.github/workflows/draft-release-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node.js
3232
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 #6.0.0
3333
with:
34-
node-version: 22
34+
node-version: 24
3535

3636
- name: Get current version
3737
id: version-file
@@ -97,8 +97,8 @@ jobs:
9797
with:
9898
token: ${{ steps.generate-token.outputs.token }}
9999
commit-message: 'Prepare release ${{ steps.bump-version.outputs.new_version }}'
100-
branch: release/${{ steps.bump-version.outputs.new_version }}
101-
title: 'Prepare release ${{ steps.bump-version.outputs.new_version }}'
100+
branch: chore/release/${{ steps.bump-version.outputs.new_version }}
101+
title: 'chore: Prepare release ${{ steps.bump-version.outputs.new_version }}'
102102
base: main
103103
body: |
104104
Preparing for release ${{ steps.bump-version.outputs.new_version }}

.github/workflows/release-from-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Node.js
3838
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 #6.0.0
3939
with:
40-
node-version: 22
40+
node-version: 24
4141
registry-url: https://registry.npmjs.org
4242

4343
- name: Install Plugin dependencies
@@ -50,15 +50,15 @@ jobs:
5050

5151
- name: Publish Plugin to npm
5252
working-directory: plugin
53-
run: npm publish
53+
run: npm publish --access public
5454

5555
- name: Install Rokt Kit dependencies
5656
working-directory: Kits/Rokt
5757
run: npm ci
5858

5959
- name: Publish Rokt Kit to npm
6060
working-directory: Kits/Rokt
61-
run: npm publish
61+
run: npm publish --access public
6262

6363
- uses: ffurrer2/extract-release-notes@9989ccec43d726ef05aa1cd7b2854fb96b6df6ab # v2.2.0
6464
id: extract-release-notes

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12-
## [3.0.0] - 2026-01-13
13-
1412
### Added
1513

1614
- Added support for Rokt Kit plugin
@@ -51,8 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5149

5250
- Add GDPR and CCPA Consent ([#13](https://github.com/mParticle/cordova-plugin-mparticle/issues/13)) ([60368be](https://github.com/mParticle/cordova-plugin-mparticle/commit/60368be9d9ec8f471bc8d5a7b479ed0ce7d9f05e))
5351

54-
[unreleased]: https://github.com/mParticle/cordova-plugin-mparticle/compare/3.0.0...HEAD
55-
[3.0.0]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.4...3.0.0
52+
[unreleased]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.4...HEAD
5653
[2.2.4]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.3...2.2.4
5754
[2.2.3]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.2...2.2.3
5855
[2.2.2]: https://github.com/mParticle/cordova-plugin-mparticle/compare/2.2.1...2.2.2

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
2.2.4

0 commit comments

Comments
 (0)