-
Notifications
You must be signed in to change notification settings - Fork 89
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
docs: add description of conventional commits #178
Closed
Closed
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
# Changelog | ||
|
||
## v0.0.9 (2020-03-16) | ||
|
||
#### Fixes | ||
|
||
* fixed help command in Makefile | ||
|
||
## v0.0.8 (2019-10-26) | ||
|
||
|
||
## v0.0.7 (2019-05-26) | ||
|
||
#### Fixes | ||
|
||
* flake typo | ||
* ignore B607 issue for subprocess | ||
* ignore B607 issue for subprocess | ||
* ignore B607 issue for subprocess | ||
* Fixed bandit and flake8 errors in | ||
* Fixed typos connected with update packages command | ||
* Fixed problem connected with a if statement | ||
|
||
## v0.0.6 (2019-03-06) | ||
|
||
#### Docs | ||
|
||
* renamed a documentation file | ||
|
||
## v0.0.5 (2018-12-25) | ||
|
||
|
||
## v0.0.4 (2018-12-25) | ||
|
||
|
||
## v0.0.3 (2018-10-30) | ||
|
||
#### New Features | ||
|
||
* added descriptions to `pypi` and fixed some typos | ||
* added cookiecutter command line | ||
* start move to cookiecutter | ||
* start move to cookiecutter | ||
* updated version | ||
* added db test and added coverage for py.test | ||
* move test to docker | ||
* added alembic | ||
* added postgres to docker | ||
* added production settings for docker | ||
* added mypy | ||
* added docs | ||
* added jinja | ||
* corrected structure | ||
* added `.gitignore` file | ||
* corrected styles of the main page | ||
* added the initial page | ||
* added `aiohttp-devtools` | ||
* create a simple aiohttp template | ||
* initial commit | ||
#### Fixes | ||
|
||
* corrected path to template | ||
* corrected typos | ||
* corrected typo | ||
* changed version | ||
* fixed problems connected with docker and debugtoolbar | ||
* fix a simple typo | ||
#### Docs | ||
|
||
* added docs | ||
* added documentations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
- Contributors - | ||
---------------- | ||
Aleksandr Leonov | ||
Alexandr Hladyshenko | ||
Alexandre Menezes | ||
Alexey Dyatlov | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,7 @@ test: | |
|
||
ci: flake test | ||
|
||
changelog: | ||
auto-changelog | ||
|
||
.PHONY: all flake test vtest cov clean doc ci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
auto-changelog==0.4.0 | ||
bandit==1.6.2 | ||
flake8==3.7.9 | ||
flake8-bugbear==20.1.4 | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think that it can do who make a release, so i think that it's not needed here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Arfey
Could you please take a look CONTRIBUTING.md file one more time? I added "Managing releases in a repository" part in this file. If that is not enough, could you please advise what else should I add?