Skip to content

Commit

Permalink
Merge pull request #130 from bobi/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
bobi authored Apr 20, 2023
2 parents a5bba12 + f113ee6 commit c2d9395
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 37 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# Check out current repository
- name: Fetch Sources
uses: actions/[email protected].0
uses: actions/[email protected].2

# Validate wrapper
- name: Gradle Wrapper Validation
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/[email protected].0
uses: actions/[email protected].2

# Remove old release drafts by using the curl request for the available releases with a draft flag
- name: Remove Old Release Drafts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
ref: ${{ github.event.release.tag_name }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/[email protected].0
uses: actions/[email protected].2

# Setup Java 17 environment for the next steps
- name: Setup Java
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

## [Unreleased]

### Changed
- Updated plugin icon

## [0.8.0] - 2023-04-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginGroup = com.github.bobi.aemgroovyconsoleplugin
pluginName = aem-groovyconsole-plugin
pluginRepositoryUrl = https://github.com/bobi/aem-groovyconsole-plugin
# SemVer format -> https://semver.org
pluginVersion = 0.8.0
pluginVersion = 0.8.1

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 231
Expand Down
74 changes: 42 additions & 32 deletions src/main/resources/META-INF/pluginIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c2d9395

Please sign in to comment.