You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ The Data Manager UI will usually only work with specific API versions. A major
21
21
| --- | ------ | ------ |
22
22
| 1 | 1 | 1 |
23
23
| 2 | 1 | 2 |
24
+
| 3 | 2 | 2 |
24
25
___
25
26
26
27
## Changes
@@ -110,7 +111,11 @@ committing it as a image.
110
111
111
112
## Releases
112
113
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:
0 commit comments