📦 Easily create github release

Overview

                     _ _                  _ _   _           _      
                    | | |                (_) | | |         | |     
  __ _ _ __ __ _  __| | | ___ ______ __ _ _| |_| |__  _   _| |__   
 / _` | '__/ _` |/ _` | |/ _ \______/ _` | | __| '_ \| | | | '_ \  
| (_| | | | (_| | (_| | |  __/     | (_| | | |_| | | | |_| | |_) | 
 \__, |_|  \__,_|\__,_|_|\___|      \__, |_|\__|_| |_|\__,_|_.__/  
  __/ |                              __/ |                         
 |___/                              |___/                          
          _                                  _             _       
         | |                                | |           (_)      
 _ __ ___| | ___  __ _ ___  ___ ______ _ __ | |_   _  __ _ _ _ __  
| '__/ _ \ |/ _ \/ _` / __|/ _ \______| '_ \| | | | |/ _` | | '_ \ 
| | |  __/ |  __/ (_| \__ \  __/      | |_) | | |_| | (_| | | | | |
|_|  \___|_|\___|\__,_|___/\___|      | .__/|_|\__,_|\__, |_|_| |_|
                                      | |             __/ |        
                                      |_|            |___/         

Gradle Plugin Portal

usage

Kotlin
Using the plugins DSL:
plugins {
  id("io.github.sabujak-sabujak") version "x.x.x"
}

buildscript {
  repositories {
    maven {
      url = uri("https://plugins.gradle.org/m2/")
    }
  }
  dependencies {
    classpath("io.github.sabujak-sabujak:gradle-github-release-plugin:x.x.x")
  }
}

apply(plugin = "io.github.sabujak-sabujak")
Groovy
Using the plugins DSL:
plugins {
  id "io.github.sabujak-sabujak" version "x.x.x"
}

Using legacy plugin application:
buildscript {
  repositories {
    maven {
      url "https://plugins.gradle.org/m2/"
    }
  }
  dependencies {
    classpath "io.github.sabujak-sabujak:gradle-github-release-plugin:x.x.x"
  }
}

apply plugin: "io.github.sabujak-sabujak"

Use Plugin

githubRelease {
    token = "your token"
    owner = "owner"
    repo = "repo nam"
    tagName = "x.x.x"
    targetCommitish = "branch name"
    name = "Release name"
    body = "Release body"
    prerelease = false
    discussionCategoryName = ""
    generateReleaseNotes = false
}
You might also like...
Fyu didn't release his Keystrokes v5, so I'm making Keystrokes v69 :)

OneConfigExampleMod Example mod implementing OneConfig. How to use Copy the template either by using GitHub's "Use this template" feature or downloadi

📲  Android Application to track any user activity on Github built using the Github Developers API. Used Retrofit to fetch data and MVVM Architecture.
📲 Android Application to track any user activity on Github built using the Github Developers API. Used Retrofit to fetch data and MVVM Architecture.

Github Visualizer 📲 Android Application to track any user activity on Github built using the Github Developers Api. A sample application to demonstra

A simple app that consumes The GitHub APIs to display github users. The aim was to learn about different jetpack libraries, built with MVVM pattern.
A simple app that consumes The GitHub APIs to display github users. The aim was to learn about different jetpack libraries, built with MVVM pattern.

A simple app that consumes The GitHub APIs to display github users. The aim was to learn about different jetpack libraries, built with MVVM pattern.

Github-Api-Pagination-Example - Pagination 3 Example using Github Api

Github-Api-Pagination Pagination 3 Example using Github Api Tech Stack 100% Kotl

Automated-build-android-app-with-github-action - CI/CD Automated Build Android App Bundle / APK / Signed With Github Action
Automated-build-android-app-with-github-action - CI/CD Automated Build Android App Bundle / APK / Signed With Github Action

Automated Build Android With Using Github Action Project Github Action Script Us

GithubUsersGalleryApp - Github users app consumed Github API

GithubUsersApp ✨ Github users app consumed Github API ✨ Architecture Using Moder

GitHub application fetches events, repositories and profile using GitHub APIs
GitHub application fetches events, repositories and profile using GitHub APIs

GitHub application using GitHub REST API Dagger MVVM architecture Mockk Jetpack Compose Kotlin Coroutines Application pages Attention If you want to u

Github User App for searching Github Users and get several information from it.
Github User App for searching Github Users and get several information from it.

GithubUserApp Github User App for searching Github Users and get several information from it. This code implement with Coroutines, Retrofit, Architect

An Android application consuming the GitHub API to search for users on Github, display their followers, following and repositories. The project is built with Compose, MVVM pattern as well as other architectural components and libraries.
An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks!

SlidingMenu (Play Store Demo) SlidingMenu is an Open Source Android library that allows developers to easily create applications with sliding menus li

With MaterialTimelineView you can easily create a material looking timeline.
With MaterialTimelineView you can easily create a material looking timeline.

MaterialTimelineView With MaterialTimelineView you can easily create a material looking timeline. Setup The library is pushed to jCenter() as an AAR,

An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks!

SlidingMenu (Play Store Demo) SlidingMenu is an Open Source Android library that allows developers to easily create applications with sliding menus li

StandOut lets you easily create floating windows in your Android app.

Coming Soon Meanwhile, checkout the demo video at http://www.youtube.com/watch?v=S3vHjxonOeg Join the conversation at http://forum.xda-developers.com/

Easily create complex recyclerview adapters in android
Easily create complex recyclerview adapters in android

😔 Due to the nature of my job and growing popularity of Jetpack Compose, I lack the motivation to keep this project alive. Recyclerview is one of the

Android library to create chat message view easily
Android library to create chat message view easily

ChatMessageView ChatMessageView helps you to create chat message view quickly like a typical chatting application. Its a container view, so you can ad

[] Easily create a simple, attractive and seamless custom action bar style for your Android application

Android Action Bar Style Generator ####DEPRECATED: Consider using Toolbar or its support library equivalent.#### The Android Action Bar Style Generato

Donut is an Android library which helps you to easily create beautiful doughnut-like charts.
Donut is an Android library which helps you to easily create beautiful doughnut-like charts.

Doughnut-like graph view capable of displaying multiple datasets with assignable colors

Android Library to create Lottie animation view dialog easily with a lot of customization
Android Library to create Lottie animation view dialog easily with a lot of customization

LottieDialog Android Library to create Lottie animation view dialog easily with a lot of customization Why you should use Lottie Dialog You have no li

Android Library to create Lottie animation view dialog easily with a lot of customization
Android Library to create Lottie animation view dialog easily with a lot of customization

Android Library to create Lottie animation view dialog easily with a lot of customization

Owner
사부작사부작
Open Source Development Group
사부작사부작
PhpStorm Plugin to create clickable links to github repository

composer-links Template ToDo list Create a new IntelliJ Platform Plugin Template project. Get known with the template documentation. Verify the plugin

Nick Escobedo 0 Nov 3, 2021
✈️ IDE plugin for the IntelliJ platform which adds GitHub Copilot support. (VERY WIP)

JetBrains Copilot GitHub Copilot support for the IntellIJ Platform. Installation Download the latest release. Select the Install Plugin from Disk opti

Koding 155 Dec 10, 2022
https://github.com/osp54/BetterConsole

Better console Kotlin version of the plugin https://github.com/osp54/BetterConsole Makes using the console more comfortable: Setup Clone this reposito

Evgenij 3 Dec 15, 2022
Gradle plugin to help use create project

Infra-Gradle-Plugin 该插件旨在简化 Gradle 项目配置,几行代码就可以迅速开始一个项目, 仅支持 Kotlin DSL, Groovy 未测试! 引入插件 plugins { id("com.labijie.infra") version "your version"

Red Sparrow 0 Dec 23, 2021
Remote script to create a maven compatible release of an android library (aar)

release-android-library ?? Deprecated ?? This script is deprecated in favour of: novoda/bintray-release Remote script to create a maven compatible rel

Paul Blundell 144 Dec 13, 2022
Make a Popup appear long pressing on a view and handle drag-release events on its elements

LongPressPopup You can try the demo app on google play store. https://play.google.com/store/apps/details?id=rm.com.longpresspopupsample Or see the ful

Riccardo Moro 253 Dec 29, 2022
GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.

Gradle Play Publisher Gradle Play Publisher is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and

null 3.9k Dec 30, 2022
Latest release of the Binsecure obfuscator.

Binsecure-1.8.3 Latest release of the Binsecure obfuscator. If you build and attempt to run, it will crash. This is because the licensing system is st

null 44 Dec 3, 2022
A specific release of the Jacoco library provide coverage support for Jetpack Compose

This project depends on a specific release of the Jacoco library, which has been updated to provide coverage support for Jetpack Compose. This release is available on GitHub, and requires the use of the GitHub Apache Maven Package Repository

Pawnies - AR Chess 12 Aug 7, 2022