From 87f713f96cd163b9a1da1b1f2cde1029f68ab98e Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 21 Oct 2023 15:46:54 +0100 Subject: [PATCH] docs(ci): move workflow description into `publish.yml` --- .github/workflows/publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9399810..deb8593 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,3 +1,9 @@ +# Workflow Description: +# - Patches the `CHANGELOG.md` into the `.jar` for updated release notes +# - Builds the `.jar` +# - Publishes to the JetBrains Marketplace +# - Creates a draft release on GitHub for maintainers with the new `.jar` to manually review and release + name: Publish on: