Skip to content

✨ feat: improve commit parsing and clean release workflow#4

Merged
AliRezaTaleghani merged 1 commit into
mainfrom
improveChangesDetection
Nov 18, 2025
Merged

✨ feat: improve commit parsing and clean release workflow#4
AliRezaTaleghani merged 1 commit into
mainfrom
improveChangesDetection

Conversation

@AliRezaTaleghani

Copy link
Copy Markdown
Contributor
  • conventional commit regex to tolerate leading non-word
    characters before the type. This makes parsing more robust for
    commits that contain prefixes (e.g. emojis or stray characters)
    so versify correctly recognizes feat/fix/etc. and BREAKING
    indicators.
  • Remove noisy "Show commits since last tag" step from the release
    GitHub Actions workflow. The step duplicated information and
    cluttered CI logs; removing it streamlines the workflow while
    preserving the build and versioning steps.

- conventional commit regex to tolerate leading non-word
  characters before the type. This makes parsing more robust for
  commits that contain prefixes (e.g. emojis or stray characters)
  so versify correctly recognizes feat/fix/etc. and BREAKING
  indicators.
- Remove noisy "Show commits since last tag" step from the release
  GitHub Actions workflow. The step duplicated information and
  cluttered CI logs; removing it streamlines the workflow while
  preserving the build and versioning steps.
@AliRezaTaleghani AliRezaTaleghani merged commit fe930c2 into main Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant