-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
55,927 additions
and
4,050 deletions.
There are no files selected for viewing
7,948 changes: 3,966 additions & 3,982 deletions
7,948
.github/actions/changesets-fixed-version-bump/index.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name: 'commit-and-tag' | ||
description: 'Commits and tags the current changes.' | ||
inputs: | ||
version: | ||
description: 'Version to use for the tag and commit message' | ||
runs: | ||
using: 'node20' | ||
main: 'index.js' |
Oops, something went wrong.