Skip to content

Commit

Permalink
Use 'main' as default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
geigerzaehler committed Dec 13, 2023
1 parent 0da3d03 commit b936c91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DEVELOPING.md
Expand Up @@ -18,8 +18,8 @@ To release a new version of this project follow these steps:
1. Replace the “Upcoming” heading of the changelog with the new version number
and date of release.
2. Update the version in `pyproject.toml`
3. Commit the changes with the commit message “Release vX.Y.Z” to `master`.
4. Tag the master branch with a signed and annotated tag: `git tag -as vX.Y.Z`.
3. Commit the changes with the commit message “Release vX.Y.Z” to `main`.
4. Tag the main branch with a signed and annotated tag: `git tag -as vX.Y.Z`.
Use the version and date as the tag title and the changelog entry as the tag body. E.g.

```
Expand All @@ -28,7 +28,7 @@ To release a new version of this project follow these steps:
* Symlink views now support relative symlinks (@daviddavo)
```

5. Push the master branch and tag with `git push --tags`
5. Push the main branch and tag with `git push --tags`
6. Create a release on Github using the version as the title and the changelog
entries as the description.
7. Publish the new version to PyPI with `poetry publish`.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@ beets-alternatives
==================

[![Check and test](https://github.com/geigerzaehler/beets-alternatives/actions/workflows/main.yaml/badge.svg)](https://github.com/geigerzaehler/beets-alternatives/actions/workflows/main.yaml)
[![Coverage Status](https://coveralls.io/repos/github/geigerzaehler/beets-alternatives/badge.svg?branch=master)](https://coveralls.io/github/geigerzaehler/beets-alternatives?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/geigerzaehler/beets-alternatives/badge.svg?branch=main)](https://coveralls.io/github/geigerzaehler/beets-alternatives?branch=main)

You want to manage multiple versions of your audio files with beets?
Your favorite iPlayer has limited space and does not support Ogg Vorbis? You
Expand Down

0 comments on commit b936c91

Please sign in to comment.