Skip to content

Commit 4b6e1f1

Browse files
Version Packages (next) (#677)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cf45e93 commit 4b6e1f1

3 files changed

Lines changed: 38 additions & 2 deletions

File tree

‎.changeset/pre.json‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@
33
"tag": "next",
44
"changesets": [
55
"all-cars-grin",
6+
"chubby-geese-sink",
67
"eight-clocks-pull",
78
"eighty-doors-swim",
9+
"eighty-parks-tickle",
10+
"fiery-toes-vanish",
811
"git-cli-auth-header",
912
"git-cli-server-url",
1013
"lemon-turtles-itch",
1114
"ready-mangos-boil",
12-
"silent-tips-dance"
15+
"shaky-rings-type",
16+
"shy-months-crash",
17+
"silent-tips-dance",
18+
"yellow-roses-fix"
1319
]
1420
}

‎CHANGELOG.md‎

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

3+
## 2.0.0-next.3
4+
5+
### Major Changes
6+
7+
- [#680](https://github.com/changesets/action/pull/680) [`ca57073`](https://github.com/changesets/action/commit/ca57073900dc678254406a052a03c0c8824e319d) Thanks [@bluwy](https://github.com/bluwy)! - Add a new `push-git-tags` option that complements `create-github-releases` to control specifically if git tags should be created but not GitHub releases.
8+
9+
If `create-github-releases` was previously set to `false`, which also indirectly disabled git tag creation, git tags will now be created instead by default. If this is not desired, set `push-git-tags` to `false` explicitly.
10+
11+
- [#681](https://github.com/changesets/action/pull/681) [`7359107`](https://github.com/changesets/action/commit/73591071e61c7f61cf322dd7a6341dc29a8e1d4e) Thanks [@bluwy](https://github.com/bluwy)! - Rename the root action inputs and outputs to better match the sub-actions' conventions.
12+
13+
Inputs:
14+
- `version` -> `version-script`
15+
- `publish` -> `publish-script`
16+
- `commit` -> `commit-message`
17+
- `title` -> `pr-title`
18+
- `branch` -> `pr-base-branch`
19+
20+
Outputs:
21+
- `pull-request-number` -> `pr-number`
22+
23+
- [#674](https://github.com/changesets/action/pull/674) [`164652b`](https://github.com/changesets/action/commit/164652bdd60525670d95291addb8c6f92833ac60) Thanks [@bluwy](https://github.com/bluwy)! - Remove support for passing custom GitHub token through the GITHUB_TOKEN environment variable. It should be passed to the `github-token` input instead.
24+
25+
- [#673](https://github.com/changesets/action/pull/673) [`823cf74`](https://github.com/changesets/action/commit/823cf741ca57c5e22652123d3a847dfafcd77ca0) Thanks [@bluwy](https://github.com/bluwy)! - Update to Changesets v3 packages
26+
27+
- [#668](https://github.com/changesets/action/pull/668) [`0eae789`](https://github.com/changesets/action/commit/0eae789230defbc4ad287e9b476aba7e842e34e0) Thanks [@bluwy](https://github.com/bluwy)! - Rename the input and output names to kebab-case instead of camelCase to match the official GitHub actions pattern
28+
29+
### Minor Changes
30+
31+
- [#678](https://github.com/changesets/action/pull/678) [`f71ae04`](https://github.com/changesets/action/commit/f71ae043ed5deb17952900091e009a60edef9507) Thanks [@Andarist](https://github.com/Andarist)! - Published packages detection done through stdout parsing was replaced with one based on the shared output file using `CHANGESETS_OUTPUT` environment variable. When using custom scripts this environment variable should always be passed down to the Changesets CLI invocations.
32+
333
## 2.0.0-next.2
434

535
### 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": "2.0.0-next.2",
3+
"version": "2.0.0-next.3",
44
"private": true,
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)