Skip to content

Commit

Permalink
Merge pull request #232 from itsallcode/restructure-documentation
Browse files Browse the repository at this point in the history
Extract user & developer guide
  • Loading branch information
kaklakariada authored Jan 22, 2022
2 parents ea315a9 + f9e611c commit 1179784
Show file tree
Hide file tree
Showing 5 changed files with 369 additions and 387 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Build native package for ${{ runner.os }}
if: ${{ env.DEFAULT_JAVA == matrix.java }}
run: |
./gradlew jpackage createChecksums --warning-mode=summary
./gradlew jpackage createChecksums --info --warning-mode=summary
- name: Stop Gradle Daemon
run: |
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.8.0] - unreleased
## [1.9.0] - unreleased

See [Release](https://github.com/itsallcode/white-rabbit/releases/tag/v1.9.0) / [Milestone](https://github.com/itsallcode/white-rabbit/milestone/11?closed=1)

## [1.8.0] - 2022-01-22

See [Release](https://github.com/itsallcode/white-rabbit/releases/tag/v1.8.0) / [Milestone](https://github.com/itsallcode/white-rabbit/milestone/10?closed=1)

### Breaking change

Expand All @@ -31,6 +37,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* [#215](https://github.com/itsallcode/white-rabbit/pull/215): Upgrade dependencies, fix sonar issues.
* [#207](https://github.com/itsallcode/white-rabbit/pull/207): Upgrade dependencies.

### Documentation

* [#232](https://github.com/itsallcode/white-rabbit/pull/232): Restructure user and developer guide.

## [1.7.0] - 2021-07-26

See [Release](https://github.com/itsallcode/white-rabbit/releases/tag/v1.7.0) / [Milestone](https://github.com/itsallcode/white-rabbit/milestone/9?closed=1)
Expand Down
Loading

0 comments on commit 1179784

Please sign in to comment.