Skip to content

Commit

Permalink
allow to define custom variables
Browse files Browse the repository at this point in the history
  • Loading branch information
marwin1991 committed Dec 19, 2023
1 parent c75d28b commit fe83080
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion valhalla-extends.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# example of inheritance of valhalla.yml
variables:
PARENT_VARIABLE: Parent variables are the best!
PARENT_VARIABLE_OVERRIDE: It will be override!
commit_before_release:
msg: ABC Releasing version {VERSION}
# watch out extending lists, because currently it is overriding whole list
Expand All @@ -8,4 +11,4 @@ commit_before_release:
- echo "ABC Super release description for tests" > changelog/v{VERSION}/version_summary.md
merge_request:
title: ABC Releasing version {VERSION} and preparation for next development cycle
description: some super best mr description, that wont be overridden!
description: some super best mr description, that wont be overridden! {PARENT_VARIABLE} {PARENT_VARIABLE_OVERRIDE}

0 comments on commit fe83080

Please sign in to comment.