Skip to content

Commit

Permalink
show files (where is the changelog.md?)
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 5, 2024
1 parent 825b468 commit 83d04ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bump_version_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
--bump=${{ inputs.bump-component }}
--update-metadata
- name: show files
run: |-
ls -R -a org-repo
ls -R ${{inputs.repo}}
cd ${{inputs.repo}} && git status
- name: push metadata changes
working-directory: ${{ inputs.repo }}
if: steps.inc-ver.outputs.made-changes == 'true'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/increment_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ def main() -> int:
get_changelog(ver_str, first_commit, full=False, branch=branch)
# generate complete changelog
made_changes = get_changelog(ver_str, first_commit, full=True, branch=branch)
print("Updated CHANGELOG.md:", made_changes)
print("New version:", ver_str)

if args.update_metadata:
Expand Down

0 comments on commit 83d04ab

Please sign in to comment.