From ccb76ad58aa1131a66c4c053d801a1d9092ac3e8 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sat, 22 Jul 2017 10:30:00 +0200 Subject: [PATCH] Prepare stable initial development release version 0.1.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ef52b7..76f7dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@

--- + +# 0.1.0 +
+ Version Details +

+ Release Date: *2017-07-22* + Milestone + Project Board +

+
+ +## Features +### Style Guide +❯ Added the initial style guide [introduction][src-introdcution], information about the [structural split of changes][src-structural-split], [bad practices][src-structural-split-bad-practices] and the main chapter about [commit messages][src-commit-messages] with the [summary][src-commit-messages-summary], [body][src-commit-messages-body] and [footer][src-commit-messages-footer] elements and their [structure][src-commit-messages-structure]. (#1 in PR #2) + +[checkstyle-github]: https://github.com/checkstyle/checkstyle +[checkstyle-jetbrains-plugin]: https://plugins.jetbrains.com/plugin/1065-checkstyle-idea +[checkstyle-version]: https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-8.0 +[scrot-ide-setup-intellij-checkstyle-activate]: https://raw.githubusercontent.com/arcticicestudio/styleguide-java/develop/src/assets/scrot-ide-setup-intellij-checkstyle-activate.png +[src-introdcution]: https://github.com/arcticicestudio/styleguide-git#introduction +[src-structural-split]: https://github.com/arcticicestudio/styleguide-git#structural-split-of-changes +[src-structural-split-bad-practices]: https://github.com/arcticicestudio/styleguide-git#bad-practices +[src-commit-messages]: https://github.com/arcticicestudio/styleguide-git#commit-messages +[src-commit-messages-structure]: https://github.com/arcticicestudio/styleguide-git#elements-and-their-structure +[src-commit-messages-summary]: https://github.com/arcticicestudio/styleguide-git#message-summary +[src-commit-messages-body]: https://github.com/arcticicestudio/styleguide-git#message-body +[src-commit-messages-footer]: https://github.com/arcticicestudio/styleguide-git#message-footer diff --git a/README.md b/README.md index 6d65b6e..ff6bc55 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ This metadata block **must contain the GitHub issue ID** and is **separated from ## Development -[![](https://img.shields.io/badge/Changelog-0.0.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/styleguide-git/blob/v0.0.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg?style=flat-square)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/arcver) +[![](https://img.shields.io/badge/Changelog-0.1.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/styleguide-git/blob/v0.1.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg?style=flat-square)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/arcver)

Copyright © 2017 Arctic Ice Studio