Commit b4818d2
authored
chore: preparing for 1.0 RC version (#817)
1. Run release-please on 1.0-dev and set `target-branch` in the GitHub
Action.
2. Use advanced configuration to specify pre-release versioning
(`"prerelease": true` and `"prerelease-type": "alpha"`), this is going
to result in `1.0.0a0` (see
[here](https://packaging.python.org/en/latest/specifications/version-specifiers/#pre-releases)
package for `v1.0.0-alpha.0` tag.
3.
[python-publish.yml](https://github.com/a2aproject/a2a-python/blob/main/.github/workflows/python-publish.yml)
workflow was disabled as a safety measure in case release-please goes
crazy with this config.
For now do not specify `last-release-sha` explicitly
([docs](https://github.com/googleapis/release-please/blob/main/docs/manifest-releaser.md#configfile)),
will check the behavior first, changelog will have to be created
manually most likely either way.1 parent 87b9fd6 commit b4818d2
3 files changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments