Skip to content

Commit 7a0425c

Browse files
committed
docs(readme): add version 3 to API compatibility table and update release instructions
1 parent 46055ad commit 7a0425c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The Data Manager UI will usually only work with specific API versions. A major
2121
| --- | ------ | ------ |
2222
| 1 | 1 | 1 |
2323
| 2 | 1 | 2 |
24+
| 3 | 2 | 2 |
2425
___
2526

2627
## Changes
@@ -110,7 +111,11 @@ committing it as a image.
110111

111112
## Releases
112113

113-
This project uses [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). This standardises commits so they can be used to generate changelogs. Release PRs will be created by [Release Please](https://github.com/googleapis/release-please) based on the changes since the last release.
114+
This project uses [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). This standardises commits so they can be used to generate changelogs. Release PRs will be created by [Release Please](https://github.com/googleapis/release-please) based on the changes since the last release. To force a PR to be generated with a specific version create an empty commit as follows:
115+
116+
```bash
117+
git commit --allow-empty -m "chore: release 3.0.0-rc.1" -m "Release-As: 3.0.0-rc.1"
118+
```
114119

115120
## Devcontainers
116121

0 commit comments

Comments
 (0)