From fe2b7bd009cf61edbe5f91455d7bf4ed29da30d2 Mon Sep 17 00:00:00 2001 From: Ryan Brink <5607577+unredundant@users.noreply.github.com> Date: Tue, 11 Jan 2022 08:21:32 -0500 Subject: [PATCH] fix: add nexus publishing plugin (#23) --- CHANGELOG.md | 4 ++++ build.gradle.kts | 1 + gradle.properties | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e7bb3..337c236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [0.6.1] - January 11th, 2022 +### Added +- Nexus Plugin to enable publishing to Sonatype + ## [0.6.0] - January 10th, 2022 ### Added - Module to contain experimental (read: non-functional) multiplatform port. diff --git a/build.gradle.kts b/build.gradle.kts index 1a8259b..3b885c5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,6 +3,7 @@ plugins { id("com.github.jakemarsden.git-hooks") version "0.0.2" id("org.jetbrains.dokka") version "1.6.10" id("org.jetbrains.kotlinx.kover") version "0.5.0-RC" + id("io.github.gradle-nexus.publish-plugin") version "1.1.0" } gitHooks { diff --git a/gradle.properties b/gradle.properties index 70322e4..9fb586b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Backbone -project.version=0.6.0 +project.version=0.6.1 # Kotlin kotlin.code.style=official # Gradle