Skip to content

Commit da1ea29

Browse files
KEBABSELLER6bluwy
andauthored
Fix typo in renamed inputs (#721)
* fix: mesage typoo in renamed inputs * chore: add changeset * Apply suggestion from @bluwy --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
1 parent 7545547 commit da1ea29

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/metal-aliens-check.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@changesets/action": patch
3+
---
4+
5+
Fixed typo in renamed inputs from v1 to v2

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
throwOnRenamedInputs({
1818
publish: "publish-script",
1919
version: "version-script",
20-
commit: "commit-mesage",
20+
commit: "commit-message",
2121
title: "pr-title",
2222
branch: "pr-base-branch",
2323
prDraft: "pr-draft",

0 commit comments

Comments
 (0)