Skip to content

Commit

Permalink
Merge pull request #155 from refinedmods/release/0.16.2
Browse files Browse the repository at this point in the history
Release v0.16.2
raoulvdberge authored Jul 8, 2024
2 parents 402cd29 + be4e353 commit 7ac716a
Showing 3 changed files with 5 additions and 17 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.16.2] - 2024-07-08

## [0.16.1] - 2024-07-08

## [0.16.0] - 2024-07-08
@@ -306,7 +308,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Gradle helpers for Fabric and Forge projects.
- CI workflows.

[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.16.1...HEAD
[Unreleased]: https://github.com/refinedmods/refinedarchitect/compare/v0.16.2...HEAD

[0.16.2]: https://github.com/refinedmods/refinedarchitect/compare/v0.16.1...v0.16.2

[0.16.1]: https://github.com/refinedmods/refinedarchitect/compare/v0.16.0...v0.16.1

8 changes: 0 additions & 8 deletions refinedarchitect-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -44,13 +44,5 @@ publishing {
password = System.getenv("GITHUB_TOKEN")
}
}
maven {
name = "CreeperHost"
url = project.uri("https://maven.creeperhost.net/release")
credentials {
username = System.getenv("CREEPERHOST_MAVEN_USERNAME")
password = System.getenv("CREEPERHOST_MAVEN_TOKEN")
}
}
}
}
8 changes: 0 additions & 8 deletions refinedarchitect-versioning/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -51,14 +51,6 @@ publishing {
password = System.getenv("GITHUB_TOKEN")
}
}
maven {
name = "CreeperHost"
url = project.uri("https://maven.creeperhost.net/release")
credentials {
username = System.getenv("CREEPERHOST_MAVEN_USERNAME")
password = System.getenv("CREEPERHOST_MAVEN_TOKEN")
}
}
}
publications {
create<MavenPublication>("maven") {

0 comments on commit 7ac716a

Please sign in to comment.