mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
G10: Update GitHub actions for to replace preview with beta (#69231)
* s/beta/preview in bump-version.yml (cherry picked from commit e735cced7af3e0aaf4ca656bdc55d5b2375d1fed) (cherry picked from commitfb3f497f6e) * Fix regexp (cherry picked from commit7175c3a42e) * Update milestone / update-changelog actions
This commit is contained in:
committed by
GitHub
parent
0f88b117dc
commit
7ce16053f9
2
.github/workflows/update-changelog.yml
vendored
2
.github/workflows/update-changelog.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
inputs:
|
||||
version:
|
||||
required: true
|
||||
description: 'Needs to match, exactly, the name of a milestone. The version to be released please respect: major.minor.patch or major.minor.patch-beta<number> format. example: 7.4.3 or 7.4.3-beta1'
|
||||
description: 'Needs to match, exactly, the name of a milestone. The version to be released please respect: major.minor.patch, major.minor.patch-preview or major.minor.patch-preview<number> format. example: 7.4.3, 7.4.3-preview or 7.4.3-preview1'
|
||||
skip_pr:
|
||||
required: false
|
||||
default: "0"
|
||||
|
||||
Reference in New Issue
Block a user