Skip to content

Commit 4fff11c

Browse files
feat: build for release
1 parent 4f4793d commit 4fff11c

15 files changed

+177683
-4
lines changed

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"release-github-actions","sha":"ee6e79df09ae021feb5c2908101413eb1a183f2d","ref":"refs/tags/v7.2.0","tagName":"v7.2.0","branch":"gh-actions","tags":["v7.2.0","v7.2","v7"],"updated_at":"2022-04-22T16:56:15.048Z"}
1+
{"owner":"technote-space","repo":"release-github-actions","sha":"40baac8e222c91a0ca2422d43bec2052d434dbe1","ref":"refs/tags/v7.2.1","tagName":"v7.2.1","branch":"gh-actions","tags":["v7.2.1","v7.2","v7"],"updated_at":"2022-04-22T17:44:07.057Z"}

lib/constant.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import type { Context } from '@actions/github/lib/context';
2+
export declare const DEFAULT_FETCH_DEPTH = 3;
3+
export declare const TARGET_EVENTS: {
4+
create: ((context: Context) => boolean)[];
5+
release: (string | ((context: Context) => boolean))[][];
6+
push: ((context: Context) => boolean)[];
7+
};

0 commit comments

Comments
 (0)