Skip to content

Commit 8d2f5a6

Browse files
[add] Further improved release draft with per component status (#6)
* [fix] enabling release drafter/ci tests on main/master branch pushes * [add] Further improved release draft with per component status
1 parent 81b7015 commit 8d2f5a6

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.github/release-drafter-config.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ categories:
1818
labels:
1919
- 'tool-api'
2020

21-
- title: 'Tooling changes: Artifacts builder'
21+
- title: 'Tooling changes: Benchmark artifacts builder'
2222
labels:
2323
- 'tool-builder'
2424

25-
- title: 'Tooling changes: Self contained coordinator'
25+
- title: 'Tooling changes: Self-contained coordinator'
2626
labels:
2727
- 'tool-self-coordinator'
2828

@@ -37,4 +37,19 @@ exclude-labels:
3737
template: |
3838
## Redis performance and observability spec change
3939
40+
### Project status:
41+
42+
The following is a high level status report for currently available specs and tools.
43+
44+
- [*Benchmark platforms specification*](https://github.com/filipecosta90/redis-benchmarks-specification/redis_benchmarks_specification/setups/platforms/): *Experimental* components are released and available for beta testing.
45+
- [*Benchmark topologies specification*](https://github.com/filipecosta90/redis-benchmarks-specification/redis_benchmarks_specification/setups/topologies/): *Experimental* components are released and available for beta testing.
46+
- [*Benchmark artifacts builder specification*](https://github.com/filipecosta90/redis-benchmarks-specification/redis_benchmarks_specification/setups/builders/): *Experimental* components are released and available for beta testing.
47+
- [*Test-suites specification*](https://github.com/filipecosta90/redis-benchmarks-specification/test-suites/): *Experimental* components are released and available for beta testing.
48+
- [*Spec tool implementation: API*](https://github.com/filipecosta90/redis-benchmarks-specification/redis_benchmarks_specification/__api__/): *Experimental* components are released and available for beta testing.
49+
- [*Spec tool implementation: Benchmark artifacts builder*](https://github.com/filipecosta90/redis-benchmarks-specification/redis_benchmarks_specification/__builder__/): *Experimental* components are released and available for beta testing.
50+
- [*Spec tool implementation: Self-contained coordinator*](https://github.com/filipecosta90/redis-benchmarks-specification/redis_benchmarks_specification/__self_contained_coordinator__/): *Experimental* components are released and available for beta testing.
51+
- [*Spec tool implementation: Large scale coordinator*](https://github.com/filipecosta90/redis-benchmarks-specification/): *Draft* components are under design, and have not been added to the specification.
52+
53+
### Release changes:
54+
4055
$CHANGES

0 commit comments

Comments
 (0)