diff --git a/README.md b/README.md index 674e939..e83aeac 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,6 @@ Provides NGXS CLI/Schematics. (Beta) - ngxs/cli - https://github.com/ngxs/cli/issues/9 -# How can I contribute - -> If you find this plugin useful consider sponsoring its development to ensure that the project is actively maintained -> and improved. [Buy me a Coffee](https://www.buymeacoffee.com/dinbtechit) - -[![image](https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-1.svg)](https://www.buymeacoffee.com/dinbtechit) - ## Installation @@ -40,3 +33,15 @@ Provides NGXS CLI/Schematics. (Beta) Download the [latest release](https://github.com/dinbtechit/ngxs/releases/latest) and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk... + +# How can I contribute + +- By starring this Github project and rating the [NGXS plugin](https://plugins.jetbrains.com/plugin/22604-ngxs). +- By submitting bugs and features -> https://github.com/dinbtechit/ngxs/issues +- By submitting pull requests for the above roadmap items. +- By sponsoring its development to ensure that the project is actively maintained and improved. + +> If you find this plugin useful consider sponsoring its development to ensure that the project is actively maintained +> and improved. [Buy me a Coffee](https://www.buymeacoffee.com/dinbtechit) + +[![image](https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-1.svg)](https://www.buymeacoffee.com/dinbtechit) diff --git a/build.gradle.kts b/build.gradle.kts index 4e0166c..78a52d5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -124,6 +124,5 @@ tasks { // Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more: // https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel channels = properties("pluginVersion").map { listOf(it.split('-').getOrElse(1) { "default" }.split('.').first()) } - channels.set(listOf("beta")) } }