Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
feat: handle creating releases (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 9, 2020
1 parent c4b5d61 commit e72afe0
Show file tree
Hide file tree
Showing 4 changed files with 706 additions and 603 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-pr.yaml
Expand Up @@ -11,3 +11,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: release-please-action
7 changes: 5 additions & 2 deletions action.yml
Expand Up @@ -3,10 +3,13 @@ description: 'automated releases based on conventional commits'
author: 'Ben Coe <bencoe@google.com>'
inputs:
token:
description: 'token for creating and grooming release PRs (probably secrets.GITHUB_TOKEN)'
description: 'GitHub token for creating and grooming release PRs, e.g., secrets.GITHUB_TOKEN'
required: true
package-name:
description: 'name of the distributions releases are being created for, e.g., "name" in package.json, or "setup.py"'
required: true
release-type:
description: 'what type of release is this, e.g., nodejs, java'
description: 'what type of release is this, one of (ruby, python, node, terraform-module)'
required: true
runs:
using: 'node12'
Expand Down

0 comments on commit e72afe0

Please sign in to comment.