Sha256: 978054cbfaa84699b92b57231fc64721f035bf63f288dbb24d20556ff41cf5c2

Contents?: true

Size: 618 Bytes

Versions: 2

Compression:

Stored size: 618 Bytes

Contents

---
# default base branch
base_branch: main

# Label to use for releasing a pull request, if this is set a label will be
# added to the PR rather than merging to the base branch
release_label:

# list of branches eligable for integration
aggregate_branches:
  - staging
  - prototype

# list of branches that should not be deleted when cleaning up
reserved_branches:
  - HEAD
  - main
  - next_release
  - staging
  - prototype

# list of supported branches for generating buildtags
taggable_branches:
  - main
  - staging

# list of commands to execute after releasing feature branch
after_release:
  - git integrate

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gitx-4.0.0 lib/gitx/defaults.yml
gitx-4.0.0.ci.234.1 lib/gitx/defaults.yml