diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6786728..74e8b46 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,5 +11,4 @@ jobs: uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.12.1 with: mutation-testing: false - sonarqube: false secrets: inherit diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 633d778..d1b2de6 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -11,5 +11,4 @@ jobs: secrets: inherit with: project-name: 'Refined Storage 2 - Mekanism Integration' - mutation-testing: false - sonarqube: false \ No newline at end of file + mutation-testing: false \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cd6a9fc..e0052ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,4 +5,8 @@ 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). -## [Unreleased] +## [0.1.0] - TBD + +### Added + +- Initial release. diff --git a/README.md b/README.md index 3ed4205..a0bc738 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Refined Storage 2 - Mekanism Integration [![Build Status](https://github.com/refinedmods/refinedstorage2-mekanism-integration/actions/workflows/build.yml/badge.svg?branch=develop)](https://github.com/refinedmods/refinedstorage2-mekanism-integration/actions/workflows/build.yml) [![Discord](https://img.shields.io/discord/342942776494653441)](https://discordapp.com/invite/VYzsydb) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.md) +# Refined Storage 2 - Mekanism Integration [![Build Status](https://github.com/refinedmods/refinedstorage2-mekanism-integration/actions/workflows/build.yml/badge.svg?branch=develop)](https://github.com/refinedmods/refinedstorage2-mekanism-integration/actions/workflows/build.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=refinedmods_refinedstorage2-mekanism-integration&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=refinedmods_refinedstorage2-mekanism-integration) [![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=refinedmods_refinedstorage2-mekanism-integration&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=refinedmods_refinedstorage2-mekanism-integration) [![Discord](https://img.shields.io/discord/342942776494653441)](https://discordapp.com/invite/VYzsydb) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.md) ## About diff --git a/build.gradle b/build.gradle index 2348609..83b9cf7 100644 --- a/build.gradle +++ b/build.gradle @@ -34,3 +34,4 @@ dependencies { } enablePublishing() +enableSonarQube("refinedmods_refinedstorage2-mekanism-integration")