Skip to content

Commit a96c13d

Browse files
committed
build: bump version to v0.5
1 parent 7c54b3b commit a96c13d

8 files changed

Lines changed: 31857 additions & 1 deletion

File tree

dist/constants.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/** The before commit SHA used in the initial push event */
2+
export declare const INITIAL_PUSH_BEFORE_COMMIT_SHA: string;
3+
/** Action's output name */
4+
export declare enum OutputName {
5+
COMMIT_RANGE = "commit-range",
6+
FETCH_DEPTH = "fetch-depth",
7+
BEGIN_SHA = "begin-sha",
8+
END_SHA = "end-sha"
9+
}

dist/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export {};

0 commit comments

Comments
 (0)