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): add script to get latest tag for current commit
Add a Bash script to retrieve the latest Git tag associated with the current commit. The script configures Git user information, extracts the current commit hash, finds any tags pointing at the commit, and displays the most recent tag if available. Assumptions: - Tags are annotated and follow a time-based ordering.
- Loading branch information