Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is ignore_tags working as expected here? #706

Closed
1 task done
bukowa opened this issue Jun 15, 2024 · 0 comments
Closed
1 task done

Is ignore_tags working as expected here? #706

bukowa opened this issue Jun 15, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@bukowa
Copy link
Contributor

bukowa commented Jun 15, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Description of the bug

I am not sure if this is working as intended. Given:
Config:

ignore_tags = ".*beta"

Script:

git commit --allow-empty -m "feat: add first beta feature"
git tag v1.0.0-beta.1

git commit --allow-empty -m "feat: add second beta feature"
git tag v1.0.0-beta.2

git tag v1.0.0

git commit --allow-empty -m "fix: simple fix"
git tag v1.0.1

Output:

## [1.0.1] - 2021-01-23

### Feat

- Add first beta feature
- Add first beta feature
- Add second beta feature

### Fix

- Simple fix

<!-- generated by git-cliff -->

Steps To Reproduce

See https://github.com/bukforks/git-cliff/tree/c9300c5fb15e5e425965dc771ab7739396ea3258

Expected behavior

## [1.0.1] - 2021-01-23

### Fix

- Simple fix

## [1.0.0] - 2021-01-23

### Feat

- Add first beta feature
- Add second beta feature

<!-- generated by git-cliff -->

Screenshots / Logs

No response

Software information

  • Operating system: Windows
  • Rust version: rustc 1.78.0 (9b00956e5 2024-04-29)
  • Project version: 2.3.0

Additional context

No response

@bukowa bukowa added the bug Something isn't working label Jun 15, 2024
Repository owner locked and limited conversation to collaborators Jun 15, 2024
@orhun orhun converted this issue into discussion #707 Jun 15, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants