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 3f71a15 commit eb80ec2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ commitizen:
name: cz_conventional_commits
update_changelog_on_bump: true
version: 0.1.1
version_scheme: semver2
5 changes: 5 additions & 0 deletions .github/workflows/release-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.event.head_commit.message, 'bump:')
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"
- name: Checkout source code
uses: actions/checkout@v4
- name: Get the module name
Expand Down

0 comments on commit eb80ec2

Please sign in to comment.