mirror of
https://github.com/dessant/lock-threads.git
synced 2026-03-15 09:20:40 -04:00
chore: rename default branch
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -18,4 +18,4 @@ jobs:
|
|||||||
tag_name: ${{ github.ref_name }}
|
tag_name: ${{ github.ref_name }}
|
||||||
name: ${{ github.ref_name }}
|
name: ${{ github.ref_name }}
|
||||||
body: >
|
body: >
|
||||||
Learn more about this release from the [changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md#changelog).
|
Learn more about this release from the [changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md#changelog).
|
||||||
|
|||||||
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2017-2022 Armin Sebastian
|
Copyright (c) 2017-2023 Armin Sebastian
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -408,7 +408,7 @@ than that, it will just take a few hours or days to process them all.
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright (c) 2017-2022 Armin Sebastian
|
Copyright (c) 2017-2023 Armin Sebastian
|
||||||
|
|
||||||
This software is released under the terms of the MIT License.
|
This software is released under the terms of the MIT License.
|
||||||
See the [LICENSE](LICENSE) file for further information.
|
See the [LICENSE](LICENSE) file for further information.
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
"build": "ncc build src/index.js -o dist",
|
"build": "ncc build src/index.js -o dist",
|
||||||
"update": "ncu --upgrade",
|
"update": "ncu --upgrade",
|
||||||
"release": "standard-version",
|
"release": "standard-version",
|
||||||
"push": "git push --tags origin master"
|
"push": "git push --tags origin main"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user