Skip to content

Commit

Permalink
2024-03-04: use origin
Browse files Browse the repository at this point in the history
  • Loading branch information
ilvar committed Mar 5, 2024
1 parent 37c513f commit d8df5bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bump_helm_chart_version/bump_chart_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def increment_patch_version(version):
if line.startswith(' HEAD branch:')
)


print(main_branch_name) # Output the main branch name

# Get list of chart directories that have changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='bump-helm-chart-version',
version='1.1.4',
version='1.1.5',
description='Bump helm chart version if the /templates folder has changes',
author='Youssef Hussein',
author_email='[email protected]',
Expand Down

0 comments on commit d8df5bd

Please sign in to comment.