Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.1.1 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Oct 10, 2024
1 parent 244f90d commit 3f71a15
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,16 @@ jobs:
--exclude='CODEOWNERS' \
-czf "${{ steps.module_name.outputs.name }}-${{ steps.bump.outputs.version }}.tar.gz" \
.
- name: get cz version
run: cz version
- name: Get changelog entry
id: changelog
uses: mindsers/changelog-reader-action@v2
with:
validation_level: warn
version: ${{ steps.bump.outputs.version }}
- name: Create release
uses: softprops/action-gh-release@v2
with:
body_path: release.md
body: ${{ steps.changelog.outputs.changes }}
tag_name: ${{ steps.bump.outputs.version }}
files: |
release.md
${{ steps.module_name.outputs.name }}-${{ steps.bump.outputs.version }}.tar.gz

0 comments on commit 3f71a15

Please sign in to comment.