Skip to content

Commit 705606d

Browse files
committed
rename master -> main
1 parent d5595a5 commit 705606d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: tests
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88
workflow_dispatch:
99

1010
jobs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img width="623" height="168" src="https://github.com/tfeldmann/organize/raw/master/docs/images/organize.svg?sanitize=true" alt="organize logo">
2+
<img width="623" height="168" src="https://github.com/tfeldmann/organize/raw/main/docs/images/organize.svg?sanitize=true" alt="organize logo">
33
</p>
44

55
<div align="center">

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. image:: https://github.com/tfeldmann/organize/raw/master/docs/images/organize.svg?sanitize=true
1+
.. image:: https://github.com/tfeldmann/organize/raw/main/docs/images/organize.svg?sanitize=true
22

33
organize
44
========

manage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def publish(args):
140140
auth=(input("Benutzer: "), getpass.getpass(prompt="API token: ")),
141141
json={
142142
"tag_name": f"v{version}",
143-
"target_commitish": "master",
143+
"target_commitish": "main",
144144
"name": f"v{version}",
145145
"body": changes,
146146
"draft": False,

0 commit comments

Comments
 (0)