mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
upated release notes and release notes script
This commit is contained in:
parent
56ef0b3cf5
commit
1833bd4031
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -77,7 +77,8 @@ jobs:
|
||||
- name: prepare release summary
|
||||
id: prepare_summary
|
||||
run: |
|
||||
summary=$(scripts/release-notes.sh)
|
||||
#summary=$(scripts/release-notes.sh)
|
||||
summary=$(cat RELEASENOTES.md)
|
||||
summary="${summary//'%'/'%25'}"
|
||||
summary="${summary//$'\n'/'%0A'}"
|
||||
summary="${summary//$'\r'/'%0D'}"
|
||||
|
@ -1 +1,12 @@
|
||||
2a1284c3 (HEAD -> master) sync up mongo version and enable
|
||||
d3b3490b formatting
|
||||
6d8443e6 simplify command builder
|
||||
42559152 support graphite exporter custom mappings
|
||||
9235a51b add prom label based dashboard
|
||||
8a37abe7 mark previous dashboard as deprecated
|
||||
d64c0840 sanitize named scenario aliasing
|
||||
b248c866 configurable docker tags for grafana
|
||||
98bb5feb support more grafana datasources and dashboards
|
||||
3aea85cb use named steps in bundled workloads
|
||||
0fd96c9c added astra-specific schema support for Astra or DSE with guardrail enabled
|
||||
eb41be7e organize cql op functions
|
||||
|
Loading…
Reference in New Issue
Block a user