Skip to content

Commit

Permalink
chore: rename default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Jun 6, 2023
1 parent 1e1bea4 commit d5c6c2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/reaction-comments/blob/master/CHANGELOG.md#changelog).
Learn more about this release from the [changelog](https://github.com/dessant/reaction-comments/blob/main/CHANGELOG.md#changelog).
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2022 Armin Sebastian
Copyright (c) 2018-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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ using the `github-token` input parameter.

## License

Copyright (c) 2018-2022 Armin Sebastian
Copyright (c) 2018-2023 Armin Sebastian

This software is released under the terms of the MIT License.
See the [LICENSE](LICENSE) file for further information.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/artifact": "^1.1.0",
Expand Down

0 comments on commit d5c6c2b

Please sign in to comment.