File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- 3.0.0
1+ 2.2.4
You can’t perform that action at this time.
0 commit comments