-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change this to a minor version bump, with a new feature that allows for using the GitHub API to create tags and commits.
- Loading branch information
Showing
8 changed files
with
131 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
"@changesets/action": major | ||
"@changesets/action": minor | ||
--- | ||
|
||
Start using GitHub API to push tags and commits to repos | ||
Introduce a new input commitUsingApi that allows pushing tags and commits | ||
using the GitHub API instead of the git CLI. | ||
|
||
Rather than use local git commands to push changes to GitHub, | ||
this action now uses the GitHub API directly, | ||
which means that all tags and commits will be attributed to the user whose | ||
GITHUB_TOKEN is used, and signed. | ||
When used, this means means that all tags and commits will be attributed | ||
to the user whose GITHUB_TOKEN is used, | ||
and also signed using GitHub's internal GPG key. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters