-
Notifications
You must be signed in to change notification settings - Fork 0
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
Versioning, Deployement, Realeasing #4
Comments
Technologies that will be used:
A task branching model according to https://guides.github.com/introduction/flow/ will be configured for further development. Also task ids and keywords should be added to commit messages and pull requests to link issues. See https://help.github.com/articles/closing-issues-using-keywords/ for the options. The application will not be deployed. A guide for most of the setup can be found here: |
What remains to do:
|
- mention linting for go in README - configure commitlint with the conventional config - add Contribution section to readme progresses #4
- install commitzen - update README progresses #4
- install commitzen - update README progresses #4
For now Usage of the |
Semantic Release won't be integrated as this app is not going to be released on npm or Github and is meant to be installed locally. |
- install commitzen - update README closes #4
- configure commitlint - configure commitizen - add contribution section to readme closes #4
- configure commitlint - configure commitizen - add contribution section to readme closes #4
Think about feasible ways to automatically create tags, releases and release notes for the application on Github. Optimally a full continuous delivery pipeline should be set up.
The text was updated successfully, but these errors were encountered: