Skip to content

Commit

Permalink
Update CHANGELOG.md for main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
VaeterchenFrost authored Dec 19, 2024
1 parent 461204b commit 92b73c9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Changed

The default branch has been renamed!

**master is now named main**

If you have a local clone, you can update it by running the following commands:
```shell
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
```

See [#47]

- Updated GitHub Actions [#48]
Expand Down

0 comments on commit 92b73c9

Please sign in to comment.