Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit a010b52

Browse files
#minor
1 parent ad93802 commit a010b52

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

dist/index.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3214,14 +3214,6 @@ async function run() {
32143214

32153215
let request;
32163216

3217-
// console.log(process.env)
3218-
// console.log(context)
3219-
// console.log(context.repo)
3220-
3221-
// core.debug(process.env)
3222-
// core.debug(context)
3223-
// core.debug(context.repo)
3224-
32253217
if (context.payload.head_commit.message.indexOf("#major") != -1) {
32263218
semver.inc(version, 'major')
32273219
} else if (context.payload.head_commit.message.indexOf("#minor") != -1) {

index.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ async function run() {
4646

4747
let request;
4848

49-
// console.log(process.env)
50-
// console.log(context)
51-
// console.log(context.repo)
52-
53-
// core.debug(process.env)
54-
// core.debug(context)
55-
// core.debug(context.repo)
56-
5749
if (context.payload.head_commit.message.indexOf("#major") != -1) {
5850
semver.inc(version, 'major')
5951
} else if (context.payload.head_commit.message.indexOf("#minor") != -1) {

0 commit comments

Comments
 (0)