Skip to content

Commit

Permalink
🎨 Small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mottljan1 committed Dec 1, 2024
1 parent 6d3e112 commit eb63b1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Setup
description: Action that performs common setup tasks like checking out code, etc.
description: Action that performs common setup tasks like setting up Java

runs:
using: "composite"
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
If you release for the first time or you forgot the details, long version is recommended, which
explains the steps in a great detail. Otherwise you can use TLDR version.

## TLDR
## TLDR version

1. Increase versions of the necessary library artifacts to be released, including the BOM version.
You can use `checkIfUpdateNeededSinceCurrentTag` Gradle task to help you figure out what
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ internal class RegisterPreflightChecksPlugin : Plugin<Project> {
private inner class RegisterPreMergeRequestCheck(private val currentProject: Project) {

operator fun invoke() {
// Changes to this task must be synchronized with the basic-preflight-check.yml action
// Changes to this task must be synchronized with the basic-preflight-check/action.yml action
// to run the same checks on the CI as well
currentProject.tasks.register(PRE_MERGE_REQUEST_CHECK_TASK_NAME) {
group = Constants.ACKEE_TASKS_GROUP
Expand Down

0 comments on commit eb63b1f

Please sign in to comment.