Skip to content

Commit a6e39d3

Browse files
authored
Merge pull request #14 from s0/changeset-release/main
Version Packages
2 parents 67fdec0 + 7f40643 commit a6e39d3

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/green-dogs-change.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @changesets/action
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- [`35f08a8`](https://github.com/changesets/action/commit/35f08a8ee945816fcf550977183616a72fa8b2af) Thanks [@s0](https://github.com/s0)! - Introduce a new input commitUsingApi that allows pushing tags and commits
8+
using the GitHub API instead of the git CLI.
9+
10+
When used, this means means that all tags and commits will be attributed
11+
to the user whose GITHUB_TOKEN is used,
12+
and also signed using GitHub's internal GPG key.
13+
314
## 1.4.10
415

516
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@changesets/action",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"devDependencies": {

0 commit comments

Comments
 (0)