Skip to content

Commit 7ec03cf

Browse files
committed
Rename master branch to main
1 parent 67c1176 commit 7ec03cf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ If some of the changes made are too strict for you, feel free to open a GitHub i
1414

1515
### 🚨 Breaking Changes
1616

17+
* This version renames the `master` branch to `main`.
18+
1719
* All previously deprecated code has been removed.
1820
* All static style and configurations are now computed properties.
1921
* Some classes apply `@MainActor` to properly handle mutable state.

version_create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SCRIPT="scripts/version_create.sh"
22
chmod +x $SCRIPT
33
chmod +x version_create.sh
4-
bash $SCRIPT SwiftUIKit master
4+
bash $SCRIPT SwiftUIKit main

0 commit comments

Comments
 (0)