Skip to content

Commit

Permalink
Add .git-branches.toml (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
alphatroya authored Oct 16, 2024
1 parent b6b2e78 commit 5b6c545
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.5.0] - 2024-10-16
### Added
- Добавлен `.git-branches.toml` файл для настройки работы проекта с [git-town](https://github.com/git-town/git-town).

## [2.4.0] - 2024-06-20

### Removed
Expand Down
12 changes: 12 additions & 0 deletions {{ cookiecutter.name }}/.git-branches.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
push-new-branches = false
ship-delete-tracking-branch = true
sync-upstream = false

[branches]
main = "develop"
perennials = ["main"]
perennial-regex = ""

[sync-strategy]
feature-branches = "merge"
perennial-branches = "rebase"
2 changes: 1 addition & 1 deletion {{ cookiecutter.name }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Before launching the project, it's important to confirm that each team member ha

---

This project was created using [the project template](https://github.com/alphatroya/swift-project-template) version 2.4.0.
This project was created using [the project template](https://github.com/alphatroya/swift-project-template) version 2.5.0.

0 comments on commit 5b6c545

Please sign in to comment.