Skip to content

Add Maven Central Publish Workflows#213

Open
rcosta358 wants to merge 2 commits intomainfrom
publish-workflow
Open

Add Maven Central Publish Workflows#213
rcosta358 wants to merge 2 commits intomainfrom
publish-workflow

Conversation

@rcosta358
Copy link
Copy Markdown
Collaborator

@rcosta358 rcosta358 commented May 9, 2026

Description

This PR adds two GitHub Actions workflows publish-verifier and publish-api for automatically releasing each one when the tags v* or api-v* are pushed to main, respectively. It also updates the release.sh script so releases bump the module version, verify build and tests, commit, tag, and push to main automatically.

Example

./release.sh verifier 1.2.3 # publishes liquidjava-verifier
./release.sh api 1.2.3      # publishes liquidjava-api

Related Issue

None.

Type of change

  • Bug fix
  • New feature
  • Documentation update
  • Code refactoring

Checklist

  • Added/updated tests under liquidjava-example/src/main/java/testSuite/ (Correct* / Error*)
  • mvn test passes locally
  • Updated docs/README if behavior or API changed

rcosta358 added 2 commits May 9, 2026 16:17
Prevent VS Code’s JDT background builder from writing partial or stale classes into Maven target directories. These classes can later cause Maven test runs to fail with unresolved compilation problem errors even when sources compile cleanly.
@rcosta358 rcosta358 self-assigned this May 9, 2026
@rcosta358 rcosta358 requested a review from CatarinaGamboa May 9, 2026 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant