diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 241a16f..5c202fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,4 +19,4 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - - run: npx semantic-release --debug \ No newline at end of file + - run: npx semantic-release@17 --debug diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 78c1532..0000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -language: node_js -node_js: - - 10 -notifications: - email: false -before_install: - - curl -o- -L https://yarnpkg.com/install.sh | bash - - export PATH="$HOME/.yarn/bin:$PATH" -after_success: - - "[[ $TRAVIS_PULL_REQUEST != 'false' ]] && node ./bin/semantic-release-github-pr --debug" - - npx semantic-release --debug -cache: yarn diff --git a/README.md b/README.md index 85990bd..f497326 100644 --- a/README.md +++ b/README.md @@ -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.