Skip to content

Commit

Permalink
Rename default branch of 4diac-fbe and 4diac-toolchain to better refl…
Browse files Browse the repository at this point in the history
…ect (#6)

development workflow
  • Loading branch information
azoitl authored Feb 29, 2024
1 parent 2f31de0 commit 4fd36c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion otterdog/eclipse-4diac.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ orgs.newOrg('eclipse-4diac') {
orgs.newRepo('4diac-fbe') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "release",
delete_branch_on_merge: false,
web_commit_signoff_required: false,
},
Expand All @@ -55,7 +56,7 @@ orgs.newOrg('eclipse-4diac') {
orgs.newRepo('4diac-toolchain') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
default_branch: "release",
delete_branch_on_merge: false,
web_commit_signoff_required: false,
},
Expand Down

0 comments on commit 4fd36c6

Please sign in to comment.