Skip to content

Commit

Permalink
Changelog fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DCAZAYUS committed Oct 30, 2024
1 parent 89cbaaa commit 801e0e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:

# Prepare environment and build the plugin
Expand All @@ -49,7 +49,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 17
java-version: 21

# Setup Gradle
- name: Setup Gradle
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# CmdSupport Changelog

## [0.0.1]
## [Unreleased]

### Added

- Initial Version

0 comments on commit 801e0e3

Please sign in to comment.