diff --git a/.changeset/pre.json b/.changeset/pre.json index f2d1da42..86a5b19c 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -8,6 +8,8 @@ "all-cars-grin", "eight-clocks-pull", "eighty-doors-swim", + "git-cli-auth-header", + "git-cli-server-url", "lemon-turtles-itch", "ready-mangos-boil", "silent-tips-dance" diff --git a/CHANGELOG.md b/CHANGELOG.md index af1ba2d7..7cc27a9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @changesets/action +## 2.0.0-next.2 + +### Patch Changes + +- [#670](https://github.com/changesets/action/pull/670) [`5a8b9b7`](https://github.com/changesets/action/commit/5a8b9b721bf683e3bf9bd72ea92a685dc024147b) Thanks [@Andarist](https://github.com/Andarist)! - Authenticate git CLI pushes with the configured GitHub token using Git extra headers instead of writing to a global `.netrc` file. + +- [#670](https://github.com/changesets/action/pull/670) [`5a8b9b7`](https://github.com/changesets/action/commit/5a8b9b721bf683e3bf9bd72ea92a685dc024147b) Thanks [@Andarist](https://github.com/Andarist)! - Derive the Git server URL from the GitHub Actions context when configuring git CLI authentication to support GitHub Enterprise Server setups. + ## 2.0.0-next.1 ### Patch Changes diff --git a/package.json b/package.json index 8c239f19..e1f1f3d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/action", - "version": "2.0.0-next.1", + "version": "2.0.0-next.2", "license": "MIT", "type": "module", "main": "dist/index.js",