Skip to content

Commit 2d8702f

Browse files
committed
Prepare to re-publish initial version
Use a better initial description, since this will be used as the main plugin description. For subsequent releases, the description is attached to the plugin version.
1 parent e40da32 commit 2d8702f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ gradlePlugin {
142142
implementationClass = "org.gradle.github.GitHubDependencyGraphPlugin"
143143
displayName = "Generates a GitHub Dependency Graph"
144144
description = releaseNotes
145-
tags.addAll("github", "dependencies", "dependency-graph")
145+
tags.addAll("github", "dependencies", "dependency-graph", "dependency-submission")
146146
}
147147
}
148148
}

release/changes.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
Preliminary release of dependency graph plugin.
2-
3-
- Moved generated report file to `build/reports/github-dependency-graph-plugin/github-dependency-snapshot.json`
1+
Generates a dependency graph snapshot for upload to the GitHub Dependency Submission API

release/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.2
1+
0.0.1

0 commit comments

Comments
 (0)