Skip to content

Commit

Permalink
rename to firstbeta
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Jan 16, 2025
1 parent 7c0da05 commit 246278e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Commands:
This function expects the current branch to be main. Run it if you want to set main to the next
minor version.
maintenancerelease
firstbeta
This function is expected to be run on the branch of the last minor release. It will make sure
that backports work properly
Expand Down Expand Up @@ -160,7 +160,7 @@ function nextminor {

# This function is expected to be run on the branch of the last minor release. It will make sure
# that backports work properly
function maintenancerelease {
function firstbeta {
# For the maintenance branch we don't want to base our changelog on the unreleased but the backported folder instead
awk '{sub(/unreleasedDir: unreleased/, "unreleasedDir: backported")}1' ./.changie.yaml > temp && mv temp ./.changie.yaml

Expand All @@ -187,8 +187,8 @@ function main {
nextminor "${@:2}"
;;

maintenancerelease)
maintenancerelease "${@:2}"
firstbeta)
firstbeta "${@:2}"
;;
*)
usage
Expand Down

0 comments on commit 246278e

Please sign in to comment.