Skip to content

Commit

Permalink
docs(readme): add version 3 to API compatibility table and update rel…
Browse files Browse the repository at this point in the history
…ease instructions
  • Loading branch information
OliverDudgeon committed Mar 5, 2024
1 parent 46055ad commit 7a0425c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The Data Manager UI will usually only work with specific API versions. A major
| --- | ------ | ------ |
| 1 | 1 | 1 |
| 2 | 1 | 2 |
| 3 | 2 | 2 |
___

## Changes
Expand Down Expand Up @@ -110,7 +111,11 @@ committing it as a image.

## Releases

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.
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:

```bash
git commit --allow-empty -m "chore: release 3.0.0-rc.1" -m "Release-As: 3.0.0-rc.1"
```

## Devcontainers

Expand Down

0 comments on commit 7a0425c

Please sign in to comment.