chore: rename default branch

This commit is contained in:
dessant
2023-06-03 21:45:26 +03:00
parent 074b96a62f
commit ae7165ff27
4 changed files with 4 additions and 4 deletions

View File

@@ -18,4 +18,4 @@ jobs:
tag_name: ${{ github.ref_name }}
name: ${{ github.ref_name }}
body: >
Learn more about this release from the [changelog](https://github.com/dessant/label-actions/blob/master/CHANGELOG.md#changelog).
Learn more about this release from the [changelog](https://github.com/dessant/label-actions/blob/main/CHANGELOG.md#changelog).

View File

@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2019-2022 Armin Sebastian
Copyright (c) 2019-2023 Armin Sebastian
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@@ -290,7 +290,7 @@ using the `github-token` input parameter.
## License
Copyright (c) 2019-2022 Armin Sebastian
Copyright (c) 2019-2023 Armin Sebastian
This software is released under the terms of the MIT License.
See the [LICENSE](LICENSE) file for further information.

View File

@@ -17,7 +17,7 @@
"build": "ncc build src/index.js -o dist",
"update": "ncu --upgrade",
"release": "standard-version",
"push": "git push --tags origin master"
"push": "git push --tags origin main"
},
"dependencies": {
"@actions/core": "^1.10.0",