-
Notifications
You must be signed in to change notification settings - Fork 25
docs : misc doc generation changes #39
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,9 @@ | ||
| # GitOps | ||
|
|
||
| [](https://hex.pm/packages/git_ops) | ||
| [](https://hexdocs.pm/git_ops/) | ||
| [](https://hex.pm/packages/git_ops) | ||
| [](https://github.com/zachdaniel/git_opts/blob/master/LICENSE) | ||
| [](https://travis-ci.com/zachdaniel/git_ops) | ||
| [](http://inch-ci.org/github/zachdaniel/git_ops) | ||
| [](https://coveralls.io/github/zachdaniel/git_ops?branch=master) | ||
|
|
@@ -12,13 +16,12 @@ For an example, see this project's [CHANGELOG.md](https://github.com/zachdaniel/ | |
|
|
||
| Roadmap (in no particular order): | ||
|
|
||
| * More tests | ||
| * Automatically parse issue numbers and github mentions into the correct format, | ||
| linking the issue | ||
| * A task to build a compliant commit | ||
| * Validation of commits | ||
| * Automatically link to the PR that merged a given commit in the changelog | ||
| * A hundred other things I forgot to write down while writing the initial version | ||
| * More tests | ||
| * Automatically parse issue numbers and github mentions into the correct format, linking the issue | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Incorrect indentation before bullet: remove 2 spaces |
||
| * A task to build a compliant commit | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Incorrect indentation before bullet: remove 2 spaces |
||
| * Validation of commits | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Incorrect indentation before bullet: remove 2 spaces |
||
| * Automatically link to the PR that merged a given commit in the changelog | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Incorrect indentation before bullet: remove 2 spaces |
||
| * A hundred other things I forgot to write down while writing the initial version | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Incorrect indentation before bullet: remove 2 spaces |
||
|
|
||
| Important addendums: | ||
|
|
||
|
|
@@ -43,10 +46,6 @@ def deps do | |
| end | ||
| ``` | ||
|
|
||
| ## Documentation | ||
|
|
||
| View the [hex documentation](https://hexdocs.pm/git_ops) | ||
|
|
||
| ## Configuration | ||
|
|
||
| ``` elixir | ||
|
|
@@ -120,6 +119,6 @@ either the merge commit or alter the commit when merging/squashing (recommended) | |
|
|
||
| ## Similar projects | ||
|
|
||
| * https://github.com/glasnoster/eliver | ||
| * https://github.com/oo6/mix-bump | ||
| * https://github.com/mpanarin/versioce | ||
| * https://github.com/glasnoster/eliver | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don’t use literal URLs without angle brackets There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Incorrect indentation before bullet: remove 2 spaces |
||
| * https://github.com/oo6/mix-bump | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don’t use literal URLs without angle brackets There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Incorrect indentation before bullet: remove 2 spaces |
||
| * https://github.com/mpanarin/versioce | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don’t use literal URLs without angle brackets There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Incorrect indentation before bullet: remove 2 spaces |
||
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.
Incorrect indentation before bullet: remove 2 spaces