Skip to content

Commit

Permalink
Migrate actions into cucumber org
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Sep 23, 2021
1 parent 7775100 commit 8568e8c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: cucumber-actions/versions@v1.0.0
- uses: cucumber/action-get-versions@v1.0.0
id: versions
- uses: cucumber-actions/create-release-pr@v1.1.0
- uses: cucumber/action-create-release-pr@v1.1.0
if: steps.versions.outputs.is-release-required
with:
released_version: ${{ steps.versions.outputs.released-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
git commit -am "Add a changelog"
- name: Create a release in the CHANGELOG
uses: cucumber-actions/changelog-action@v1.3
uses: cucumber/action-changelog@v1.3
with:
args: release --output CHANGELOG.md T.E.S.T
- name: Commit the release
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
exit 1;
fi
# TODO: Figure out why the backslashed text disappears - see https://github.com/cucumber-actions/create-release/issues/3
# TODO: Figure out why backticked text disappears - see https://github.com/cucumber/action-create-github-release/issues/3
- name: Assert that the release body is as expected
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Make a Release tagging the `HEAD` of the current branch

[Unreleased]: https://github.com/cucumber-actions/versions/1.1.0...HEAD
[1.1.0]: https://github.com/cucumber-actions/versions/1.0.0...1.1.0
[1.0.0]: https://github.com/cucumber-actions/versions/v0.0.0...1.0.0
[Unreleased]: https://github.com/cucumber/action-create-github-release/v1.1.0...HEAD
[v1.1.0]: https://github.com/cucumber/action-create-github-release/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/cucumber/action-create-github-release/v0.0.0...v1.0.0
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Commit and push
git commit -m "Release $next_release"
git push

The [`pre-release` workflow](https://github.com/cucumber-actions/create-release/actions/workflows/pre-release.yaml) will pick up your changes and create a pull request for the release.
The [`pre-release` workflow](https://github.com/cucumber/actions-create-github-release/actions/workflows/pre-release.yaml) will pick up your changes and create a pull request for the release.

### Making a release

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v2
- uses: cucumber-actions/create-release@v1.1.0
- uses: cucumber/actions-create-github-release@v1.1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
````

0 comments on commit 8568e8c

Please sign in to comment.