Commit ac4fcf8
Partially automate release - release branch creation and version updates [DI-669] (#1366)
_Partially_ automates the steps listed in [the `C++ Client Release
Process`
documentation](https://hazelcast.atlassian.net/wiki/spaces/HZC/pages/129810774/C+Client+Release+Process).
Specifically, steps:
- `Create branch`
- `Update next version`
By scripting and chaining the steps, the (manual) release work is
reduced and consistency is improved.
Testing (in my fork):
- [example
execution](https://github.com/JackPGreen/hazelcast-cpp-client/actions/runs/19166496611)
- [branch
created](https://github.com/JackPGreen/hazelcast-cpp-client/tree/5.5.0)
- [version update PR
raised](JackPGreen#5) -
(note, action is included in PR as I've since reset my forks' `master`,
it's not _actually_ in the PR)
_Partially addresses_:
[DI-669](https://hazelcast.atlassian.net/browse/DI-669)
[DI-669]:
https://hazelcast.atlassian.net/browse/DI-669?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
---------
Co-authored-by: Łukasz Dziedziul <l.dziedziul@gmail.com>1 parent 7bf37c7 commit ac4fcf8
1 file changed
+56
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
0 commit comments