-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Feature: design for release #406
Comments
https://github.com/git-chglog/git-chglog: |
https://github.com/arnaud-deprez/gsemver: gsemver uses git commit convention to automate the generation of your next semver version |
We can write a script to control the version number of the entire project version=v`gsemver bump`
if [ -z "`git tag -l $version`" ];then
git tag -a -m "release version $version" $version
fi |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
* fix: fix this bug scripts * fix: set openim admin chat code
Checklist
Is this feature request related to a problem?
No
Problem Description
OpenIM needs to have a clear and automated process for release, and the CHANGELOG is automatically generated for each release.
Solution Description
Referring to the release and design ideas of some excellent projects, I summarize the following steps:
Benefits
With professional, more automated engineering
Potential Drawbacks
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: