Skip to content

Commit 011d632

Browse files
authored
fix: Fix Release Version (#161)
Release-As: 0.3.0
1 parent 842d3fc commit 011d632

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Before submitting your PR, there are a few things you can do to make sure it goe
55

66
- [ ] Follow the [`CONTRIBUTING` Guide](https://github.com/google-a2a/a2a-python/blob/main/CONTRIBUTING.md).
77
- [ ] Make your Pull Request title in the <https://www.conventionalcommits.org/> specification.
8+
- Important Prefixes for [release-please](https://github.com/googleapis/release-please):
9+
- `fix:` which represents bug fixes, and correlates to a [SemVer](https://semver.org/) patch.
10+
- `feat:` represents a new feature, and correlates to a SemVer minor.
11+
- `feat!:`, or `fix!:`, `refactor!:`, etc., which represent a breaking change (indicated by the `!`) and will result in a SemVer major.
812
- [ ] Ensure the tests and linter pass (Run `nox -s format` from the repository root to format)
913
- [ ] Appropriate docs were updated (if necessary)
1014

0 commit comments

Comments
 (0)