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

Update CHANGELOG #347

Open
loloicci opened this issue Feb 13, 2024 · 4 comments
Open

Update CHANGELOG #347

loloicci opened this issue Feb 13, 2024 · 4 comments
Assignees

Comments

@loloicci
Copy link
Contributor

There is no info after 0.16.3-0.5.1.
This should be updated.

@loloicci loloicci self-assigned this Feb 19, 2024
@loloicci
Copy link
Contributor Author

loloicci commented Feb 19, 2024

git-chglog looks having a bug and it returns an error when a version including '+' in it is given.

@loloicci
Copy link
Contributor Author

loloicci commented Mar 4, 2024

git-chglog looks having a bug and it generates a wrong CHANGELOG for git-chglog v1.1.9+0.8.0..v1.1.9-0.7.0.
If we tag v1.1.9-0.8.0 for v1.1.9+0.8.0 and execute git-chglog v1.1.9-0.8.0..v1.1.9-0.7.0, it also generates a wrong CHANGELOG.

We need to make/use another tool for generating CHANGELOG for our versionings.

@loloicci
Copy link
Contributor Author

loloicci commented Mar 5, 2024

I missed we set a version filter in .chglog/config. We should just fix it.

@170210
Copy link
Contributor

170210 commented Mar 5, 2024

We will make it strict for our repository's rule.

  • In main branch, we will use following version rule to release the tag in the feature. ^v\d+\.\d+\.\d[+-]\d+\.\d+\.\d+$
    For example, v1.0.0-0.7.0, v1.0.0+0.8.0

  • In fork branch, like dynamiclink branch, we will use following version rule to release the tag in the feature. ^v\d+\.\d+\.\d[+-]\d+\.\d+\.\d+-dynamiclink.+$
    For example, v1.0.0-0.7.0-dynamiclink1, v1.0.0+0.8.0-dynamiclink2

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

2 participants