File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
push :
6
6
branches :
7
- - ' master '
7
+ - ' main '
8
8
tags :
9
9
- ' *'
10
10
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ name: Release Drafter
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
8
8
jobs :
9
9
update_release_draft :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- # Drafts the next Release notes as Pull Requests are merged into "master "
12
+ # Drafts the next Release notes as Pull Requests are merged into "main "
13
13
- uses : release-drafter/release-drafter@v5
14
14
env :
15
15
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ PyPIToken: Manipulate PyPI API tokens
26
26
:alt: Coverage
27
27
28
28
.. image :: https://img.shields.io/github/license/ewjoachim/pypitoken?logo=open-source-initiative&logoColor=white
29
- :target: https://github.com/ewjoachim/pypitoken/blob/master /LICENSE
29
+ :target: https://github.com/ewjoachim/pypitoken/blob/main /LICENSE
30
30
:alt: MIT License
31
31
32
32
.. image :: https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg
33
- :target: https://github.com/ewjoachim/pypitoken/blob/master /CODE_OF_CONDUCT.md
33
+ :target: https://github.com/ewjoachim/pypitoken/blob/main /CODE_OF_CONDUCT.md
34
34
:alt: Contributor Covenant
35
35
36
36
You can’t perform that action at this time.
0 commit comments