Skip to content

Commit

Permalink
Rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Oct 6, 2024
1 parent 67c1176 commit 7ec03cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ If some of the changes made are too strict for you, feel free to open a GitHub i

### 🚨 Breaking Changes

* This version renames the `master` branch to `main`.

* All previously deprecated code has been removed.
* All static style and configurations are now computed properties.
* Some classes apply `@MainActor` to properly handle mutable state.
Expand Down
2 changes: 1 addition & 1 deletion version_create.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SCRIPT="scripts/version_create.sh"
chmod +x $SCRIPT
chmod +x version_create.sh
bash $SCRIPT SwiftUIKit master
bash $SCRIPT SwiftUIKit main

0 comments on commit 7ec03cf

Please sign in to comment.