Skip to content

Commit 1421c67

Browse files
authored
Revert "Updated monorepo pr labels" (#6)
* Revert "Updated monorepo pr labels (#5)" This reverts commit d51f12e. * Reverted changes to action.yml * Updated PR labels * Deleted core.info
1 parent d51f12e commit 1421c67

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
name: 'Bump Product Version'
1+
name: 'Bump Gem'
22
description: 'The GitHub action to bump the gem or engine version.'
33
author: 'Thejus Paul'
4-
outputs:
5-
version:
6-
description: "Version of package"
74
inputs:
85
labels:
96
description: 'Provide a comma separated list of labels passed to the PR for the version bump.'
@@ -15,7 +12,7 @@ inputs:
1512
new_branch:
1613
description: 'Provide a branch name to be used for the version bump PR.'
1714
required: false
18-
default: 'bump-product-version'
15+
default: 'bump-gem-version'
1916
base_branch:
2017
description: 'Provide a base branch name to be used for the PR.'
2118
required: false
@@ -41,6 +38,9 @@ inputs:
4138
node-version-file:
4239
description: 'File containing the version Spec of the version to use. Examples: .nvmrc, .node-version, .tool-versions.'
4340
default: "./nvmrc"
41+
outputs:
42+
version:
43+
description: "Version of package"
4444
runs:
4545
using: 'node16'
4646
main: 'dist/index.js'

dist/index.js.cache

0 Bytes
Binary file not shown.

dist/index.js.cache.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)