Skip to content

Commit

Permalink
Prepare release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Jul 26, 2021
1 parent 2c642c2 commit 202252b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ 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.7.0] - unreleased
## [1.8.0] - unreleased

## [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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ echo "data = $HOME/time-recording-data/" > $HOME/.whiterabbit.properties

CSVExport plugin supports the export of the current monthly report to
a pre-configured path. The file names are hard coded, and have the format
of YYYY-MM_working_time.csv.
of `YYYY-MM_working_time.csv`.
Please note that all days must have a valid project assigned for
the correct export.

Expand All @@ -226,7 +226,7 @@ the correct export.

#### Optional configuration settings

Currently, you can configure the destination path, separator and flag in white rabbit's configuration file:
Currently, you can configure the destination path, separator and flag in WhiteRabbit's configuration file:

```properties
csv.destination = ~/working_time_reports
Expand All @@ -236,7 +236,7 @@ csv.filter_for_weekdays = True

The default values are:

```Default Values
```properties
csv.destination = $HOME
csv.separator = ","
csv.filter_for_weekdays = False
Expand Down Expand Up @@ -314,7 +314,7 @@ This will build WhiteRabbit, upload it to the AWS S3 bucket and publish the plug
./gradlew clean build publish closeAndReleaseRepository webstart:publishWebstart --info -PreleaseVersion=<version>
```

The release will be written to `jfxui/build/libs/white-rabbit-fx-<version>.jar` and the uploaded content will be available at [https://whiterabbit.chp1.net](https://whiterabbit.chp1.net). Snapshots will be available at [https://oss.sonatype.org/content/repositories/snapshots/org/itsallcode/whiterabbit/](https://oss.sonatype.org/content/repositories/snapshots/org/itsallcode/whiterabbit/).
The release will be written to `jfxui/build/libs/white-rabbit-fx-<version>.jar` and the uploaded content will be available at [whiterabbit.chp1.net](https://whiterabbit.chp1.net). Snapshots will be available at [oss.sonatype.org](https://oss.sonatype.org/content/repositories/snapshots/org/itsallcode/whiterabbit/).

3. Create a new [release](https://github.com/itsallcode/white-rabbit/releases) in GitHub and attach the built jar.
4. Close the [milestone](https://github.com/itsallcode/white-rabbit/milestones) in GitHub.
Expand Down

0 comments on commit 202252b

Please sign in to comment.