Skip to content

Commit

Permalink
Merge pull request #76 from wemogy/main
Browse files Browse the repository at this point in the history
fix: dummy commit
  • Loading branch information
Bennet Ranft authored Apr 26, 2024
2 parents 0149209 + 131dfc3 commit 32b677e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_release_version_action/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
A GitHub Action to determine the next version by checking the commit history
for Conventional Commits with support for hotfix changes.
"""
from .algorithms import cli_entrypoint, main_algorithm
from .models import Inputs, Outputs
from .algorithms import main_algorithm, cli_entrypoint

__all__ = [
'Inputs',
Expand Down

0 comments on commit 32b677e

Please sign in to comment.