Skip to content

Commit

Permalink
Update commit instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
peitschie committed May 20, 2023
1 parent e721cf6 commit 924f5c6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
= 1.7.0 =
iOS: Prevent API warnings on iOS if Bluetooth is disabled during timed scan
iOS: Ensure scan timeout is cleared and reset when new scans are started
Android: Ensure scan timeout is cleared and reset when new scans are started
Standardise all scans to go via scanWithOptions
Add duration flag (in seconds) to scan with options
CI: Create GitHub Cordova & Capacitor Actions (#969)
Documentation: update readme with info for advertisement parsing module
Documentation: Detail capacitor installation instructions

= 1.6.3 =
Android: Implement manual bond control on #605 #843

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1443,20 +1443,20 @@ Run the app on your phone

1. `npm version prepatch --preid=alpha`
2. Align `plugin.xml` version with npm version
3. `npm publish --tag alpha --registry=https://registry.npmjs.org`
3. `npm publish --tag alpha`

## Release

1. `npm version patch`
2. Align `plugin.xml` version with npm version
3. Update release notes
4. `npm publish --registry=https://registry.npmjs.org`
3. Update release notes based on `git log --oneline --no-merges <last release>...master`
4. `npm publish`

## Release (lean)
## Release (slim)

1. `git merge master`
2. Align `package.json` and `plugin.xml` versions
3. `npm publish --tag lean --registry=https://registry.npmjs.org`
3. `npm publish --tag slim`

# Nordic DFU

Expand Down

0 comments on commit 924f5c6

Please sign in to comment.