Skip to content
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

Commits excluded by scope still generate a subtitle entry #51

Open
nsenave opened this issue Feb 23, 2024 · 0 comments
Open

Commits excluded by scope still generate a subtitle entry #51

nsenave opened this issue Feb 23, 2024 · 0 comments

Comments

@nsenave
Copy link

nsenave commented Feb 23, 2024

If all commits of a certain type get filtered by excludeScopes, a sub-title for the corresponding type is still added in the changelog.

Example:

      excludeScopes: 'bar'
fix(foo): some fix
refactor(bar): some refactor

The result is like:

### :bug: Bug Fixes
- [`commit sha`](commit link) - **foo**: some fix

### :recycle: Refactors

nsenave added a commit to InseeFr/Eno that referenced this issue Feb 23, 2024
Due to current issue in changelog action. requarks/changelog-action#51
nsenave added a commit to InseeFr/Eno that referenced this issue Feb 26, 2024
* chore: remove empty entries in changelog

* ci(changelog): exclude docs commits

Due to current issue in changelog action. requarks/changelog-action#51

* build: lunatic-model 3.3.5

Include default empty values for variables.

* refactor(variables): values are now present by default

* chore: bump version

* test: integration test for scalar variable

* chore: remove condition in test ci
nsenave added a commit to InseeFr/Eno that referenced this issue Feb 26, 2024
* chore: remove empty entries in changelog

* ci(changelog): exclude docs commits

Due to current issue in changelog action. requarks/changelog-action#51

* build: lunatic-model 3.3.5

Include default empty values for variables.

* refactor(variables): values are now present by default

* chore: bump version

* test: integration test for scalar variable

* chore: remove condition in test ci

* build: bump com.networknt:json-schema-validator from 1.3.1 to 1.3.3 (#916)

Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.3.1 to 1.3.3.
- [Release notes](https://github.com/networknt/json-schema-validator/releases)
- [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md)
- [Commits](networknt/json-schema-validator@1.3.1...1.3.3)

---
updated-dependencies:
- dependency-name: com.networknt:json-schema-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nicolas Sénave <[email protected]>

* build: bump org.springframework.boot from 3.2.2 to 3.2.3 (#917)

Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.2...v3.2.3)

---
updated-dependencies:
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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

No branches or pull requests

1 participant