Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Jan 7, 2021
1 parent 86af406 commit ca5c2d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<!-- for master -->

<!--
[![Download](https://api.bintray.com/packages/robstoll/tutteli-jars/tutteli-spek-extensions/images/download.svg)](https://bintray.com/robstoll/tutteli-jars/tutteli-spek-extensions/_latestVersion)
[![Apache license](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](http://opensource.org/licenses/Apache2.0)
[![Build Status Ubuntu](https://github.com/robstoll/tutteli-spek-extensions/workflows/Ubuntu/badge.svg?event=push)](https://github.com/robstoll/tutteli-spek-extensions/actions?query=workflow%3AUbuntu+branch%3Amaster)
[![Build Status Windows](https://github.com/robstoll/tutteli-spek-extensions/workflows/Windows/badge.svg?event=push)](https://github.com/robstoll/tutteli-spek-extensions/actions?query=workflow%3AWindows+branch%3Amaster)
[![SonarCloud Status](https://sonarcloud.io/api/project_badges/measure?project=robstoll_tutteli-spek-extensions&metric=alert_status)](https://sonarcloud.io/dashboard?id=robstoll_tutteli-spek-extensions)
[![SonarCloud Coverage](https://sonarcloud.io/api/project_badges/measure?project=robstoll_tutteli-spek-extensions&metric=coverage)](https://sonarcloud.io/dashboard?id=robstoll_tutteli-spek-extensions)

-->
<!-- for a specific release -->
<!--
[![Download](https://img.shields.io/badge/Download-1.2.0-%23007ec6)](https://bintray.com/robstoll/tutteli-jars/tutteli-spek-extensions/1.2.0 "Download 1.2.0 from Bintray")

[![Download](https://img.shields.io/badge/Download-1.2.1-%23007ec6)](https://bintray.com/robstoll/tutteli-jars/tutteli-spek-extensions/1.2.1 "Download 1.2.1 from Bintray")
[![Apache license](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](http://opensource.org/licenses/Apache2.0)
-->


# Tutteli spek extension
A set of [Spek](http://spekframework.org/) extensions such as [MemoizedTempFolder](#MemoizedTempFolder).
Expand All @@ -33,7 +33,7 @@ repositories {
}
dependencies {
testImplementation 'ch.tutteli.spek:tutteli-spek-extensions:1.2.0'
testImplementation 'ch.tutteli.spek:tutteli-spek-extensions:1.2.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
project.group = 'ch.tutteli.spek'
rootProject.version = '1.2.1-SNAPSHOT'
rootProject.version = '1.2.1'
project.description = 'A set of Spek extensions'

ext {
Expand Down Expand Up @@ -107,7 +107,7 @@ tasks.named("sonarqube").configure {
Release & deploy a commit
--------------------------------
export SPEK_EXTENSION_PREVIOUS_VERSION=1.2.0
export SPEK_EXTENSION_PREVIOUS_VERSION=1.2.1
export SPEK_EXTENSION_VERSION=1.2.1
find ./ -name "*.md" | xargs perl -0777 -i \
-pe "s@$SPEK_EXTENSION_PREVIOUS_VERSION@$SPEK_EXTENSION_VERSION@g;" \
Expand Down

0 comments on commit ca5c2d8

Please sign in to comment.