Skip to content

Commit

Permalink
Update info about semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrieleRomeo committed Oct 18, 2017
1 parent e7c3317 commit 1f4b9de
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ <h4 class="feature__name">Semantic-release</h4>
<p class="feature__description">
<a href="https://www.npmjs.com/package/semantic-release"
title="semantic-release">
Semantic-release
Semantic-release + semantic-release-tamia
</a>
is a fully automated package publishing System which take trace
of changes you’ve made through <strong>semantic commits.</strong>
Expand All @@ -284,6 +284,31 @@ <h4 class="feature__name">Semantic-release</h4>
will update the software's release accordingly at the next
<code class="command">git push</code>.
</p>
<p>
To release a new version, you'll need to create a commit
with Changelog type. To generate changelog draft run
<code class="command">yarn changelog:preview</code> or
<code class="command">npm run changelog:preview</code>
</p>
<p>
It will create a file with all important commits for the release
grouped by type.
</p>
<p>
To commit changelog
<code class="command">yarn changelog:commit</code> or
<code class="command">npm run changelog:commit</code>
</p>
<p>
It will make
a commit without changes (git commit --allow-empty) of type
Changelog and changelog in commit message body.
</p>
<p>
More information about the <a title="semantic-release-tamia"
href="https://github.com/tamiadev/semantic-release-tamia">
semantic-release-tamia</a> plugin.
</p>
<p class="feature__description">
A commit message consists of a header, body and footer.
The header has a type, scope and subject:
Expand All @@ -297,7 +322,7 @@ <h4 class="feature__name">Semantic-release</h4>
</p>
<p class="feature__description">
To understand how to write semantic commits, use this
<a href="https://github.com/conventional-changelog-archived-repos/conventional-changelog-angular/blob/master/convention.md">
<a href="https://github.com/tamiadev/semantic-release-tamia/blob/master/Convention.md">
reference</a> documentation.
</p>
</div>
Expand Down

0 comments on commit 1f4b9de

Please sign in to comment.