Skip to content

Commit

Permalink
fix(release-please): fallback to tag (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Oct 15, 2020
1 parent 7332b99 commit c6f1cd6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Automate releases with Conventional Commit Messages.
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.5.5
with:
- uses: GoogleCloudPlatform/release-please-action@v2.5.6
with

This comment has been minimized.

Copy link
@jef

jef Oct 15, 2020

Contributor

whoops 😄

token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: release-please-action
Expand Down Expand Up @@ -107,7 +107,7 @@ To output more commit information in the changelog, a JSON formatted String can
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.5.5
- uses: GoogleCloudPlatform/release-please-action@v2.5.6
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ async function main () {
// Next we check for PRs merged since the last release, and groom the
// release PR:
if (!command || command === 'release-pr') {
console.info(changelogSections)
const release = ReleasePRFactory.buildStatic(releaseType, {
monorepoTags,
packageName,
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"homepage": "https://github.com/bcoe/release-please-action#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"release-please": "^6.4.2-candidate-0"
"release-please": "^6.4.2-candidate-2"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",
Expand Down

0 comments on commit c6f1cd6

Please sign in to comment.