Skip to content

Commit 6a1647e

Browse files
Revise release tagging and sync instructions in README
Signed-off-by: Michal Szelag <michal.szelag@sonos.com>
1 parent ce99e91 commit 6a1647e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@ Branch `sonos-main` contains bugfixes and patches that the upstream project has
1010

1111
To rebase this fork with latest from the upstream project:
1212
- Sync `main` with upstream project.
13+
- Create a release that matches the version commit in the upstream project, for example: `v0.1.21`
1314
- Open a PR from `main` to `sonos-main`.
1415
- Resolve any conflicts.
1516
- Once approved, merge the PR.
16-
- 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+
```
1722

1823
## Overview
1924

0 commit comments

Comments
 (0)