Skip to content

Commit

Permalink
docs(ci): move workflow description into publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Oct 21, 2023
1 parent 00f3ad6 commit 87f713f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 87f713f

Please sign in to comment.