We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce99e91 commit 6a1647eCopy full SHA for 6a1647e
1 file changed
README.md
@@ -10,10 +10,15 @@ Branch `sonos-main` contains bugfixes and patches that the upstream project has
10
11
To rebase this fork with latest from the upstream project:
12
- Sync `main` with upstream project.
13
+- Create a release that matches the version commit in the upstream project, for example: `v0.1.21`
14
- Open a PR from `main` to `sonos-main`.
15
- Resolve any conflicts.
16
- Once approved, merge the PR.
-- Create a release that matches the version in the upstream project.
17
+- Tag the latest commit on `sonos-main` with the major floating tag, for example: `v0`
18
+ ```shell
19
+ git tag -f v0
20
+ git push -f origin v0
21
+ ```
22
23
## Overview
24
0 commit comments