|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [41.2.0](https://github.com/amondnet/vercel-action/compare/vercel-action-v41.1.4...vercel-action-v41.2.0) (2025-08-28) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* add auto comment logic ([98a62eb](https://github.com/amondnet/vercel-action/commit/98a62eb54746335084d2e9123e5a7eb86c5e846b)) |
| 9 | +* add logic to update comment ([f2babe1](https://github.com/amondnet/vercel-action/commit/f2babe1b14f8ba569cd432da849936f765a2113b)) |
| 10 | +* add support to pull_request_target event ([#47](https://github.com/amondnet/vercel-action/issues/47)) ([fa3de6c](https://github.com/amondnet/vercel-action/commit/fa3de6c67ebd1d3b523afa9769673c789ff16224)) |
| 11 | +* add vercel-version option ([#183](https://github.com/amondnet/vercel-action/issues/183)) ([ee3a438](https://github.com/amondnet/vercel-action/commit/ee3a4382aaf5e15d203aa2fa316819506890430f)) |
| 12 | +* add working dir input ([#17](https://github.com/amondnet/vercel-action/issues/17)) ([c334a92](https://github.com/amondnet/vercel-action/commit/c334a921c000b578c710d3d83ca696a37a1488bb)) |
| 13 | +* alias domain to deployment ([#18](https://github.com/amondnet/vercel-action/issues/18)) ([1dbb4cf](https://github.com/amondnet/vercel-action/commit/1dbb4cf552aeaccc8c0c3fbd79be291f06a5faa6)), closes [#7](https://github.com/amondnet/vercel-action/issues/7) |
| 14 | +* allow spaces in vercel-args ([#237](https://github.com/amondnet/vercel-action/issues/237)) ([f790839](https://github.com/amondnet/vercel-action/commit/f7908391bab341861b94223ae47cdff688e2551c)) |
| 15 | +* commit comment ([e9eb2d1](https://github.com/amondnet/vercel-action/commit/e9eb2d18624ca8888b546b4f95631e0c35999160)) |
| 16 | +* commit comment ([b89568d](https://github.com/amondnet/vercel-action/commit/b89568d6f614a13968fc6d016aca17253f0985c4)) |
| 17 | +* commit comment on push event ([6c50b33](https://github.com/amondnet/vercel-action/commit/6c50b33f1272262ae1ab14a4e703e5b1b46cb46c)) |
| 18 | +* enable users to customize github comment ([#56](https://github.com/amondnet/vercel-action/issues/56)) ([737bc95](https://github.com/amondnet/vercel-action/commit/737bc95a6dfb2d31e723bb2f513184c42ef5df26)) |
| 19 | +* fallback to 41.1.4 instead of 25.1.0 ([#267](https://github.com/amondnet/vercel-action/issues/267)) ([90ffb6b](https://github.com/amondnet/vercel-action/commit/90ffb6bfde6fd08a9722c49fafe8f0efc2f2d7bd)) |
| 20 | +* get deployment url for commit ([2242707](https://github.com/amondnet/vercel-action/commit/224270736de93e2478a65fbcaf806cfef2da687a)) |
| 21 | +* github comment optional ([#20](https://github.com/amondnet/vercel-action/issues/20)) ([0fd9718](https://github.com/amondnet/vercel-action/commit/0fd9718f157ce3c96317d385a3c8ebd92b32909e)) |
| 22 | +* improve slugify ([#34](https://github.com/amondnet/vercel-action/issues/34)) ([f79b066](https://github.com/amondnet/vercel-action/commit/f79b066724a2ac14b8944244a625146e5d6006c3)) |
| 23 | +* list comments ([29e3c47](https://github.com/amondnet/vercel-action/commit/29e3c4754109ef6908296d99b3eeb820160363c5)) |
| 24 | +* now cli v17 ([9903655](https://github.com/amondnet/vercel-action/commit/9903655ed61218059e6d81d3b8b94ea8ec4bb909)) |
| 25 | +* now cli v17, add `NOW_PROJECT_ID` and `NOW_ORG_ID` env variable ([#26](https://github.com/amondnet/vercel-action/issues/26)) ([a16650e](https://github.com/amondnet/vercel-action/commit/a16650e1582eb1433f71c42962a2dcdee5ebef59)) |
| 26 | +* now deployment ([48174da](https://github.com/amondnet/vercel-action/commit/48174daa09867a2771a906957482ff626d3418c2)) |
| 27 | +* rename to vercel ([#1](https://github.com/amondnet/vercel-action/issues/1)) ([7af3dee](https://github.com/amondnet/vercel-action/commit/7af3dee125047cf60a30beea92ea3e275f43ea47)) |
| 28 | +* retry on alias creation error ([#215](https://github.com/amondnet/vercel-action/issues/215)) ([225d234](https://github.com/amondnet/vercel-action/commit/225d234cfe5340ca1f9a6cd158338126b5b6845f)) |
| 29 | +* use node 20 ([#255](https://github.com/amondnet/vercel-action/issues/255)) ([16e87c0](https://github.com/amondnet/vercel-action/commit/16e87c0a08142b0d0d33b76aeaf20823c381b9b9)) |
| 30 | +* use now official metadata ([25e3422](https://github.com/amondnet/vercel-action/commit/25e3422b5aa4f238398991584b0abbe05c586bf5)) |
| 31 | +* Vercel Metadata Override ([#118](https://github.com/amondnet/vercel-action/issues/118)) ([e871873](https://github.com/amondnet/vercel-action/commit/e871873e41e2b50131f708b653f0fd05d174ae1b)) |
| 32 | + |
| 33 | + |
| 34 | +### Bug Fixes |
| 35 | + |
| 36 | +* `id` -> `comment_id` param ([2d160b1](https://github.com/amondnet/vercel-action/commit/2d160b100516148a6f745d6097fc52324a95342a)) |
| 37 | +* add `actions/checkout@v1` before all ([dbb4a84](https://github.com/amondnet/vercel-action/commit/dbb4a84b8a5642156015d9829543e4a653e2ecaa)) |
| 38 | +* add quotes around commit message ([#141](https://github.com/amondnet/vercel-action/issues/141)) ([dd9db49](https://github.com/amondnet/vercel-action/commit/dd9db4939281edb057f663e490ca254376e55863)) |
| 39 | +* add token args ([37e58ab](https://github.com/amondnet/vercel-action/commit/37e58ab893d5313e4e0cd8dc484c288b44a21a0f)) |
| 40 | +* branch is undefined ([#33](https://github.com/amondnet/vercel-action/issues/33)) ([740d8b5](https://github.com/amondnet/vercel-action/commit/740d8b5d8da5d7fb17d898d64c4787e72e8286b1)) |
| 41 | +* built with commit undefined ([7758a86](https://github.com/amondnet/vercel-action/commit/7758a86df87900464d1c9e3851e9bd08b863ed9b)) |
| 42 | +* built with commit undefined ([1506158](https://github.com/amondnet/vercel-action/commit/1506158235ae8c568641a07ab38fbcec51f206c4)), closes [#9](https://github.com/amondnet/vercel-action/issues/9) |
| 43 | +* Cannot use both a `vercel.json` and `now.json` file. ([c25ae58](https://github.com/amondnet/vercel-action/commit/c25ae5833e82414e37b0abdc792a99cd57ce942a)) |
| 44 | +* Cannot use both a `vercel.json` and `now.json` file. ([e416ce3](https://github.com/amondnet/vercel-action/commit/e416ce3f7be196854131aa7f585e832f322f27c1)) |
| 45 | +* changel log level ([6f7d0e7](https://github.com/amondnet/vercel-action/commit/6f7d0e7be28dae048e4338c1fe82525026797c81)) |
| 46 | +* ci ([671b323](https://github.com/amondnet/vercel-action/commit/671b32338b738ef2388f533bbd5e22ec06b6bf4a)) |
| 47 | +* commit author ([a79c74a](https://github.com/amondnet/vercel-action/commit/a79c74a724817c5ac0230523cb54f74c4613ff6e)) |
| 48 | +* commit author ([81c1952](https://github.com/amondnet/vercel-action/commit/81c1952571643e66ac3ae6dc55e7c999becc6a7e)) |
| 49 | +* deprecating set-env and add-path commands ([#43](https://github.com/amondnet/vercel-action/issues/43)) ([16ea833](https://github.com/amondnet/vercel-action/commit/16ea833d503f952b234bf37548d26c357c351c59)), closes [#42](https://github.com/amondnet/vercel-action/issues/42) |
| 50 | +* don't require the deprecated zeit-token action input ([#210](https://github.com/amondnet/vercel-action/issues/210)) ([2b2891b](https://github.com/amondnet/vercel-action/commit/2b2891b2a25aacf731bced4cff6feb84007b1458)) |
| 51 | +* don't send new comment for every pushed commit and just edit exi… ([#17](https://github.com/amondnet/vercel-action/issues/17)) ([24e4f90](https://github.com/amondnet/vercel-action/commit/24e4f9073714ca844ed1607c5a415aef823ba78a)), closes [#15](https://github.com/amondnet/vercel-action/issues/15) |
| 52 | +* double https:// ([#3](https://github.com/amondnet/vercel-action/issues/3)) ([15e80cf](https://github.com/amondnet/vercel-action/commit/15e80cfd0e44163126addfe4bc49863168164d6a)) |
| 53 | +* empty output object ([#38](https://github.com/amondnet/vercel-action/issues/38)) ([22abc96](https://github.com/amondnet/vercel-action/commit/22abc967dd6d51ba88a0cb7a978aedbbc7fd4607)) |
| 54 | +* fallback to last deployment ([dfa7051](https://github.com/amondnet/vercel-action/commit/dfa7051b90a7920b544c4688b9a9aca29df7c55f)) |
| 55 | +* fallback to last deployment if no deployments for commit found ([571c8f7](https://github.com/amondnet/vercel-action/commit/571c8f72aae3454829c88a60a1ec177cde7a83dc)) |
| 56 | +* github ref randomly empty for release triggers ([#277](https://github.com/amondnet/vercel-action/issues/277)) ([9ef1deb](https://github.com/amondnet/vercel-action/commit/9ef1deba160a11eaa7bb9a256eadde16513c7d46)) |
| 57 | +* github-deployment typo ([68ccfe2](https://github.com/amondnet/vercel-action/commit/68ccfe27ba7cf10bcc5cf5c6b4c4fd3f31d05d1b)) |
| 58 | +* handle inaccessible PR head repository gracefully ([f9aadd3](https://github.com/amondnet/vercel-action/commit/f9aadd3303aeb96f7003366b164cb06a2b54d69e)) |
| 59 | +* if event is push, failed ([a26e9dc](https://github.com/amondnet/vercel-action/commit/a26e9dcdb71d27ae9f43d97913bdc5d67fdb387c)) |
| 60 | +* if event is push, failed ([1e6f244](https://github.com/amondnet/vercel-action/commit/1e6f244022a6ffa562a445367630296778c8c583)) |
| 61 | +* node_modules ([9f6532e](https://github.com/amondnet/vercel-action/commit/9f6532e10e2fa883d2ec778b320b8cc2b60c02d6)) |
| 62 | +* now-args bug ([d5c8672](https://github.com/amondnet/vercel-action/commit/d5c8672a5487aee7d9496ee89cf9b636f62bd1d7)) |
| 63 | +* octokit.repos.commentId is not a function ([5972282](https://github.com/amondnet/vercel-action/commit/597228245179fdb266befe3c4a5d8ab1f6d468b7)) |
| 64 | +* outputs object is always empty ([#29](https://github.com/amondnet/vercel-action/issues/29)) ([f943bcf](https://github.com/amondnet/vercel-action/commit/f943bcfed35f89c9ff32df2ea9f9974fae9cbc06)) |
| 65 | +* pass GITHUB_TOKEN to action ([3041327](https://github.com/amondnet/vercel-action/commit/304132751e452c18920f892587fb95e5a8d36932)) |
| 66 | +* remove hard-coded commit for testing ([06f262a](https://github.com/amondnet/vercel-action/commit/06f262a8e48721578f316aa40d84be993c5598bb)) |
| 67 | +* typo ([7d5454b](https://github.com/amondnet/vercel-action/commit/7d5454b10d43ea2613da61e75308fd6dd75d4bf3)) |
| 68 | +* typo in argument ([feeb57c](https://github.com/amondnet/vercel-action/commit/feeb57c4cc4c40fbf6b9fdc403dbf11dbfd3bf5c)) |
| 69 | +* typo in argument ([0996748](https://github.com/amondnet/vercel-action/commit/099674872ee4d9a0addd734929f9ef5f880da5cf)) |
| 70 | +* use `issues.createComment()` ([7074387](https://github.com/amondnet/vercel-action/commit/7074387d77360ca4715f3e74c103da06620ef113)) |
| 71 | +* use `yarn` to install dependencies ([bc48fc7](https://github.com/amondnet/vercel-action/commit/bc48fc77961ea60d9209afecac966b434ebda1b3)) |
| 72 | +* use correct commit SHA ([#278](https://github.com/amondnet/vercel-action/issues/278)) ([9f07672](https://github.com/amondnet/vercel-action/commit/9f07672661f866626bf48680190c656d3dd1cded)) |
| 73 | +* use first alias as preview url ([f12f593](https://github.com/amondnet/vercel-action/commit/f12f5937db4274e1afa4522ff2b3611393183bc1)) |
| 74 | +* use scope everywhere npx is used ([4ed2945](https://github.com/amondnet/vercel-action/commit/4ed2945de0cd28e55bdb3013e81f0eeaa491ff26)) |
| 75 | +* vercel inspect fails in team scope ([#5](https://github.com/amondnet/vercel-action/issues/5)) ([b0d780b](https://github.com/amondnet/vercel-action/commit/b0d780b932a54b155d51d6be01dc9f514f01d5f0)) |
| 76 | +* workflow examples with deprecated commands ([#189](https://github.com/amondnet/vercel-action/issues/189)) ([3500841](https://github.com/amondnet/vercel-action/commit/350084192dd04458921db86a29ff3550b7b8d39f)) |
| 77 | +* wrong object key ([5ce38e9](https://github.com/amondnet/vercel-action/commit/5ce38e970386a089b0d13d8a2803ad188bd6d819)) |
| 78 | +* wrong variable after rename ([341a40a](https://github.com/amondnet/vercel-action/commit/341a40ac484b57829b7b4554f77833eb6564fdeb)) |
| 79 | + |
3 | 80 | ## [v25.0.0](https://github.com/amondnet/vercel-action/tree/v25.0.0) (2022-06-08) |
4 | 81 |
|
5 | 82 | [Full Changelog](https://github.com/amondnet/vercel-action/compare/v20.0.2...v25.0.0) |
|
0 commit comments