Skip to content

Commit

Permalink
Add polybot info
Browse files Browse the repository at this point in the history
  • Loading branch information
astrsh committed Jun 11, 2022
1 parent 07cc2e9 commit 4870e05
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
end_regex: "^## "

steps:
- uses: actions/checkout@v3
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: '2'

Expand Down Expand Up @@ -47,6 +48,9 @@ jobs:
if: env.version-bumped == 'true'
uses: softprops/action-gh-release@v1
with:
committer_name: PolyBot
author_name: Polyhedral-Bot
author_email: [email protected]
tag_name: v${{ env.version }}
body_path: ${{ env.release_changelog }}
files: |
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]
### Added

- Include polybot info in release

### Changed

Expand Down
2 changes: 1 addition & 1 deletion pack.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 0.2.8
version: 0.2.9

0 comments on commit 4870e05

Please sign in to comment.