Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 6, 2025
1 parent 9ea94dd commit b4128a4
Show file tree
Hide file tree
Showing 6 changed files with 2,439 additions and 1,464 deletions.
2 changes: 1 addition & 1 deletion dist/action/runReleaseItAction.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
export interface ReleaseItActionOptions {
branch: string;
githubToken: string;
gitUserEmail: string;
gitUserName: string;
githubToken: string;
npmToken: string;
owner: string;
releaseItArgs?: string;
repo: string;
skipBranchProtections?: boolean;
}
export declare function releaseItAction({ branch, gitUserEmail, gitUserName, githubToken, npmToken, owner, repo, skipBranchProtections, }: ReleaseItActionOptions): Promise<void>;
export declare function releaseItAction({ branch, githubToken, gitUserEmail, gitUserName, npmToken, owner, releaseItArgs, repo, skipBranchProtections, }: ReleaseItActionOptions): Promise<void>;
2 changes: 1 addition & 1 deletion dist/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b4128a4

Please sign in to comment.