Skip to content

Commit 777a6f7

Browse files
committed
(doc) Updated index.md
1 parent 3d16acb commit 777a6f7

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

docs/index.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
# GitReleaseManager
2-
3-
<div class="admonition attention">
4-
<p class="first admonition-title">Attention</p>
5-
<p class="last">This should be an attention callout</p>
6-
</div>
7-
8-
<div class="admonition note">
9-
<p class="first admonition-title">Note</p>
10-
<p class="last">This should be a note callout</p>
11-
</div>
12-
13-
<div class="admonition error">
14-
<p class="first admonition-title">Error</p>
15-
<p class="last">This should be an error callout</p>
16-
</div>
1+
# What is GitReleaseManager?
2+
3+
GitReleaseManager is a tool that will help create a set of release notes for your application/product. It does this using the collection of issues which are stored on the GitHub Issue Tracker for your application/product.
4+
5+
By inspecting the issues that have been assigned to a particular milestone, GitReleaseManager creates a set of release notes, in markdown format, which are then used to create a Release on GitHub.
6+
7+
In addition to creating a Release, GitReleaseManager can be used to publish a release, close a milestone, and also to export the complete set of release notes for your application/product.

0 commit comments

Comments
 (0)