io.github.rethab.semantic-release
所有者: Ody Fusectore
基于约定提交的语义版本发布针对 Gradle
https://github.com/rethab/semantic-gradle
来源: https://github.com/rethab/semantic-gradle
版本 0.0.1 (最新版本)
0.0.1
创建于 2023 年 10 月 10 日。
基于约定提交的语义版本发布针对 Gradle
使用 插件 DSL
plugins {
id("io.github.rethab.semantic-release") version "0.0.1"
}
使用 旧版插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.rethab:semantic-gradle:0.0.1")
}
}
apply(plugin = "io.github.rethab.semantic-release")