Skip to content

Commit

Permalink
Update some CI version and the release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed May 28, 2024
1 parent c2d7933 commit 5dd9265
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Generate changelog
uses: heinrichreimer/action-github-changelog-generator@v2.2
uses: heinrichreimer/action-github-changelog-generator@v2.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
sinceTag: '1.0.0-rc.1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 20

- name: Set up Java
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: 17
distribution: zulu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
In order to release a version the following actions are needed:
1. Update the version in the package.json file and lock file for example 2.3.4
2. Got to releases and create a new release in github
1. Update the version in the package.json, lock and plugin.xml files
2. Got to [releases and create a new release](https://github.com/HaylLtd/cordova-background-geolocation-plugin/releases/new) in github
3. Make sure to create a tag too with the version name - v2.3.4
4. Click create. Github actions will publish the package to npm

0 comments on commit 5dd9265

Please sign in to comment.