diff --git a/build.gradle.kts b/build.gradle.kts index c08078e98..b18634c3b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -369,7 +369,7 @@ subprojects { pluginId.set(pluginDetails.pluginId) version.set(pluginDetails.version) pluginDescription.set(pluginDetails.description) - changeNotes.set(file("change-notes.md").readText()) + changeNotes.set(file("change-notes.html").readText()) sinceBuild.set(pluginDetails.sinceBuild) authentication.set( // Sip the username and token together to create an appropriate encoded auth header diff --git a/skate-plugin/README.md b/skate-plugin/README.md index 5cb1a46cc..be615ab3f 100644 --- a/skate-plugin/README.md +++ b/skate-plugin/README.md @@ -30,6 +30,6 @@ We're sending analytics for almost all Skate features to track user usage. To se 3. Make call to `SkateTraceReporter` to send up the traces ## Releasing -1. Add `change-notes.md` file under `skate-plugin/` and merge it to `main` +1. Update `change-notes.html` file under `skate-plugin/` and merge it to `main` 2. Run `publish-skate` Github Action. Behind the scene the action's running`./gradlew :skate-plugin:uploadPluginToArtifactory` diff --git a/skate-plugin/change-notes.html b/skate-plugin/change-notes.html new file mode 100644 index 000000000..e90db723f --- /dev/null +++ b/skate-plugin/change-notes.html @@ -0,0 +1,15 @@ +0.7.3 +
File-New-Slack Subproject
.circuit
option added to the UI.Sync
with Studio upon successful project generation.