Merge pull request #410 from armanbilge/feature/pom-release-notes-key

Add `POM_RELEASE_NOTES_KEY`
This commit is contained in:
eugene yokota 2023-02-20 10:50:56 -05:00 committed by GitHub
commit e9a997fecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ public class SbtPomExtraProperties {
public static final String POM_SBT_VERSION = "sbtVersion";
public static final String POM_API_KEY = "info.apiURL";
public static final String VERSION_SCHEME_KEY = "info.versionScheme";
public static final String POM_RELEASE_NOTES_KEY = "info.releaseNotesUrl";
public static final String LICENSE_COUNT_KEY = "license.count";