Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(github-actions): enhance script to handle initial release tagging
The tag_after_test workflow has been updated to support tagging of initial releases when no previous tag exists. This change ensures that the CHANGELOG includes all commits since the beginning of the project by modifying the git log command to include the '--all' option. Additionally, use of echo statements for LATEST_TAG and NEXT_TAG has been added for better debug gability.
- Loading branch information