forked from HarelM/cordova-plugin-background-geolocation
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update some CI version and the release docs
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |