Skip to content

Commit

Permalink
Update release-drafter-scylladb.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 authored Mar 7, 2024
1 parent 11266c4 commit fc05d5d
Showing 1 changed file with 40 additions and 33 deletions.
73 changes: 40 additions & 33 deletions .github/release-drafter-scylladb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,47 @@ tag-prefix: scylladb/v
include-paths:
- scylladb
categories:
- title: 'πŸš€ New'
labels:
- '✏️ Feature'
- title: '🧹 Updates'
labels:
- '🧹 Updates'
- 'πŸ€– Dependencies'
- title: 'πŸ› Fixes'
labels:
- '☒️ Bug'
- title: 'πŸ“š Documentation'
labels:
- 'πŸ“’ Documentation'
- title: '❗ Breaking Changes'
labels:
- '❗ BreakingChange'
- title: 'πŸš€ New'
labels:
- '✏️ Feature'
- title: '🧹 Updates'
labels:
- '🧹 Updates'
- 'πŸ€– Dependencies'
- title: 'πŸ› Fixes'
labels:
- '☒️ Bug'
- title: 'πŸ“š Documentation'
labels:
- 'πŸ“’ Documentation'
change-template: '- $TITLE (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
exclude-contributors:
- dependabot
- dependabot[bot]
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
- '✏️ Feature'
patch:
labels:
- 'patch'
- 'πŸ“’ Documentation'
- '☒️ Bug'
- 'πŸ€– Dependencies'
- '🧹 Updates'
default: patch
major:
labels:
- 'major'
- '❗ BreakingChange'
minor:
labels:
- 'minor'
- '✏️ Feature'
patch:
labels:
- 'patch'
- 'πŸ“’ Documentation'
- '☒️ Bug'
- 'πŸ€– Dependencies'
- '🧹 Updates'
default: patch
template: |
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...scylladb/v$RESOLVED_VERSION
Thank you $CONTRIBUTORS for making this update possible.
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...scylladb/v$RESOLVED_VERSION
Thank you $CONTRIBUTORS for making this update possible.

1 comment on commit fc05d5d

@ReneWerner87
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 3.

Benchmark suite Current: fc05d5d Previous: 11266c4 Ratio
Benchmark_Pebble_SetAndDelete - B/op 321 B/op 101 B/op 3.18

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.