Skip to content

Commit b1f967d

Browse files
committed
chore: rename default branch
1 parent c1b35ae commit b1f967d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
tag_name: ${{ github.ref_name }}
1919
name: ${{ github.ref_name }}
2020
body: >
21-
Learn more about this release from the [changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md#changelog).
21+
Learn more about this release from the [changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md#changelog).

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2022 Armin Sebastian
3+
Copyright (c) 2017-2023 Armin Sebastian
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ than that, it will just take a few hours or days to process them all.
408408

409409
## License
410410

411-
Copyright (c) 2017-2022 Armin Sebastian
411+
Copyright (c) 2017-2023 Armin Sebastian
412412

413413
This software is released under the terms of the MIT License.
414414
See the [LICENSE](LICENSE) file for further information.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": "ncc build src/index.js -o dist",
1818
"update": "ncu --upgrade",
1919
"release": "standard-version",
20-
"push": "git push --tags origin master"
20+
"push": "git push --tags origin main"
2121
},
2222
"dependencies": {
2323
"@actions/core": "^1.10.0",

0 commit comments

Comments
 (0)