Skip to content

Commit

Permalink
Merge pull request #57 from pmowrer/github-actions
Browse files Browse the repository at this point in the history
GitHub actions
  • Loading branch information
pmowrer authored Jan 16, 2024
2 parents 967e54e + c1b0f6e commit aafdce5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npx semantic-release --debug
- run: npx semantic-release@17 --debug
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# semantic-release-github-pr

[![Tests workflow](https://github.com/pmowrer/semantic-release-github-pr/actions/workflows/tests.yaml/badge.svg)](https://travis-ci.org/pmowrer/semantic-release-github-pr) [![npm](https://img.shields.io/npm/v/semantic-release-github-pr.svg)](https://www.npmjs.com/package/semantic-release-github-pr) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Tests workflow](https://github.com/pmowrer/semantic-release-github-pr/actions/workflows/tests.yml/badge.svg)](https://travis-ci.org/pmowrer/semantic-release-github-pr) [![npm](https://img.shields.io/npm/v/semantic-release-github-pr.svg)](https://www.npmjs.com/package/semantic-release-github-pr) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

Preview the semantic release notes that would result from merging a Github PR.

Expand Down

0 comments on commit aafdce5

Please sign in to comment.