diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51502e2..0292c63 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/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). diff --git a/LICENSE b/LICENSE index 2dd5bcb..d9bb54e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ 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 of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 12b130b..1e01ffd 100644 --- a/README.md +++ b/README.md @@ -408,7 +408,7 @@ than that, it will just take a few hours or days to process them all. ## License -Copyright (c) 2017-2022 Armin Sebastian +Copyright (c) 2017-2023 Armin Sebastian This software is released under the terms of the MIT License. See the [LICENSE](LICENSE) file for further information. diff --git a/package.json b/package.json index 0404f7b..261f840 100644 --- a/package.json +++ b/package.json @@ -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",