Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.77 KB

RELEASE.md

File metadata and controls

42 lines (33 loc) · 1.77 KB

Important note:

This releasing process is outdated, it will be updated once the releasing assistant script is complete.

Don't hard-code a version in the articles and tickets, instead use this template:

pluginVersion

plugins {
  id("de.fayard.buildSrcVersions") version "$VERSION"
}
/**
 * Use ./gradlew refreshVersions to find available updates
 * See https://github.com/jmfayard/buildSrcVersions/issues/77

* Use ./gradlew buildSrcVersions to generate buildSrc/src/main/Libs.kt
 * See https://github.com/jmfayard/buildSrcVersions/issues/88
 */
buildSrcVersions {
    // See configuration options at https://github.com/jmfayard/buildSrcVersions/issues/53
}

The configuration options are described in #53 Plugin Configuration

You can find the latest $VERSION at https://plugins.gradle.org/plugin/de.fayard.buildSrcVersions