Skip to content

chore(release): 🚀 Release 0.1.0 - #23

Open
alwyn974-github-actions[bot] wants to merge 1 commit into
devfrom
release-please--branches--dev
Open

chore(release): 🚀 Release 0.1.0#23
alwyn974-github-actions[bot] wants to merge 1 commit into
devfrom
release-please--branches--dev

Conversation

@alwyn974-github-actions

@alwyn974-github-actions alwyn974-github-actions Bot commented Dec 27, 2025

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.1.0 (2026-09-01)

✨ Features

  • Add .editorconfig and configure Ktlint output (f5800f6)
  • build: Auto-generate artifactId using kebab-case format (626f42c)
  • Set up multi-module Kotlin project with Gradle (fac4c3f)

🐛 Bug Fixes

📚 Documentation

  • Add AI Agent Guidelines documentation (291f754)
  • Add CONTRIBUTING guidelines (fb085fd)
  • Add Contributor Covenant Code of Conduct (e008af1)
  • agents: Update Kotlin version in stack description (586bc74)
  • contributing: Add details on local JAR repository and publishing configuration (bae2331)
  • contributing: Expand and clarify contribution guidelines (878d918)
  • contributing: Update guidelines with release automation and AI agent rules (fb50c30)
  • readme: Restructure and enhance README content (f4df7f9)

♻️ Code Refactoring

  • Restructure project to use standalone modules and updated build logic (27b3ea8)
  • Update .editorconfig for consistency and maintainability (4a44a5d)

🔧 Build System

  • deps: Pin dependencies (#11) (2c1d770)
  • deps: Pin dependencies (#25) (56f471d)
  • deps: Pin neotamia/actions action to 19c096d (#46) (a00fde0)
  • deps: Update actions/checkout digest to d23441a (#54) (b55e7d2)
  • deps: Update actions/checkout digest to de0fac2 (#38) (fb632e2)
  • deps: Update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.2.1 (#22) (11837cf)
  • deps: Update dependency com.diffplug.spotless:spotless-plugin-gradle to v8 (#28) (0f4fa6b)
  • deps: Update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.10.1 (#52) (a8e4e2e)
  • deps: Update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.2.0 (#35) (989c92c)
  • deps: Update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.2.1 (#36) (1511056)
  • deps: Update dependency com.diffplug.spotless:spotless-plugin-gradle to v8.4.0 (#42) (72c9a2b)
  • deps: Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.3.0 (#16) (88e6871)
  • deps: Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.3.1 (#32) (a65eef9)
  • deps: Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.4.0 (#41) (578b5ba)
  • deps: Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.4.1 (#47) (f9c2b8d)
  • deps: Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.6.1 (#53) (ec7140d)
  • deps: Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.3.10 (#39) (f9d904f)
  • deps: Update dependency org.jetbrains.kotlin.jvm to v2.2.21 (#13) (8205703)
  • deps: Update dependency org.jetbrains.kotlin.jvm to v2.3.0 (#18) (b1b04af)
  • deps: Update dependency org.jetbrains.kotlin.jvm to v2.3.20 (#45) (c6f140d)
  • deps: Update dependency org.jetbrains.kotlin.jvm to v2.3.21 (#49) (476c5fa)
  • deps: Update dependency org.jetbrains.kotlin.jvm to v2.4.10 (#58) (46e6206)
  • deps: Update dependency org.jlleitschuh.gradle:ktlint-gradle to v14 (#29) (5e3f494)
  • deps: Update gradle to v9.2.0 (#14) (c59422f)
  • deps: Update gradle to v9.2.1 (#15) (8ea1a55)
  • deps: Update gradle to v9.3.0 (#34) (8ed047f)
  • deps: Update gradle to v9.3.1 (#37) (ced9fb8)
  • deps: Update gradle to v9.4.1 (#43) (1ad5da6)
  • deps: Update gradle to v9.5.0 (#50) (47a927d)
  • deps: Update gradle to v9.7.1 (#51) (99c7dfb)
  • deps: Update stefanzweifel/git-auto-commit-action digest to 4a55954 (#56) (a52d3c2)
  • github: Simplify build.yml by reusing common JVM build action (e78c228)
  • github: Update Renovate configuration file (981a0fa)
  • gradle: Add IntelliJ IDEA plugin to build script (5744b5b)
  • gradle: Add Ktlint plugin integration (d2989c9)
  • gradle: Add Shadow plugin integration and configure tasks (e274444)
  • gradle: Add support for copying JARs to local repository (924477b)
  • gradle: Conditionalize publishing setup based on publish flag (27e911b)
  • gradle: Disable mavenJava publication from core module (90794d2)
  • gradle: Disable spotless check on gradle:check task by default (df31bae)
  • gradle: Dynamically configure group ID based on project path (89a58d7)
  • gradle: Enhance Jar task naming logic (ec3eb79)
  • gradle: Example of publication override in core module (72de386)
  • gradle: Exclude src/test directory from formatting targets (8d065ad)
  • gradle: Fix base group (e47a756)
  • gradle: Integrate JaCoCo for test coverage reporting (62672f6)
  • gradle: Refactor base name logic for Jars and publications (0cc27e0)
  • gradle: Remove mavenJava publication from core module (d484466)
  • gradle: Remove unused imports in core module configuration (231e5a6)
  • gradle: Simplify repository declarations (49716d6)
  • gradle: Simplify ShadowJar and update jar configs (main) (380ad68)
  • gradle: Update buildSrc project name and refine publication setup (75ae7ba)
  • gradle: Update JAR repository path and workflow artifact configuration (6c581de)
  • gradle: Update shadow plugin (831578c)
  • gradle: Use 'kotlin("stdlib")' instead of jetbrains deps (96c388d)
  • gradle: Use findProperty for Maven credentials lookup (1d1a311)
  • maven: Configure publishing to Maven repository (5b7143e)
  • maven: Fallback to environment variables for Maven credentials (7fe9c62)

👷 Continuous Integration

  • build: Add basic build workflow (31c4e27)
  • build: Add paths (831578c)
  • build: Allow disabling Spotless check in workflow via input (5d39f28)
  • build: Update workflow to use correct path for JVM build action (acc0c67)
  • lint: Add checks & pull-requests permissions (77c2854)
  • lint: Add content & issues permissiosn (a6a1909)
  • publish: Ensure Gradle wrapper is executable before publishing (b32e9ed)
  • publish: Reuse common JVM publish action in publish.yml (c848fcd)
  • publish: Trigger publish on workflow dispatch events (846d891)
  • publish: Update to use and pass the default branch to the reusable publish action. (82b8fe2)
  • release-please: Add contents & pull-requests permissions (4f3f6cc)
  • release-please: Add contents permissions to gitflow-release (449a8af)
  • release: Add explicit secrets for Release Please workflow (b11c38d)
  • release: Add Gitflow release step to workflow (a0bad01)
  • release: Fix incorrect input name in release workflow (10daea2)
  • release: Fix input name formatting in Gitflow release step (486d52b)
  • release: Simplify secrets configuration in Release Please workflow (8332363)
  • templates: Add issue and pull request templates (5714e21)
  • test: Add pull-requests permissions (eaf5389)
  • test: Add test workflow with concurrency control and Gradle integration (2f0c5dc)
  • test: Add write permissions for checks in test workflow (ed79a2a)
  • test: Reuse common JVM actions for test (82b8fe2)
  • workflow: Add boolean type to release input in publish workflow (bac943f)
  • workflow: Add configurable release input to publish workflow (5274285)
  • workflow: Add linting workflow for Java and Kotlin files (8950c73)
  • workflow: Add project setup automation (5a400f9)
  • workflow: Add publish action and enhance concurrency (3596c11)
  • workflow: Enable publish workflow on version tag push (ba88ca0)
  • workflow: Enhance project setup with additional string replacement and file renaming (4b16e7c)
  • workflow: Enhance repository name sanitization and add PascalCase conversion (1c37d73)
  • workflow: Fix release input comparison in publish workflow (3acaddf)
  • workflow: Fix string formatting for release input in publish workflow (4bc3d48)
  • workflow: Inherit secrets and enable Codecov reporting (62672f6)
  • workflow: Inherit secrets in build workflow (9e20875)
  • workflow: Merge build and publish workflows (ed48193)
  • workflow: Refined path triggers in build and publish workflows. (2f0c5dc)
  • workflow: Remove unused default-branch input in build workflow (5162b57)
  • workflow: Trigger build workflow on tag creation (ff951fc)
  • workflow: Update linting workflow name to "Lint Action" (21d8e96)

This PR was generated with Release Please. See documentation.

@coderabbitai

coderabbitai Bot commented Dec 27, 2025

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Important

Action Needed: IP Allowlist Update

If your organization protects your Git platform with IP whitelisting, please add the new CodeRabbit IP address to your allowlist:

  • 136.113.208.247/32 (new)
  • 34.170.211.100/32
  • 35.222.179.152/32

Failure to add the new IP will result in interrupted reviews.


Comment @coderabbitai help to get the list of available commands and usage tips.

@alwyn974-github-actions
alwyn974-github-actions Bot force-pushed the release-please--branches--dev branch 14 times, most recently from 62f08fc to 8a2a2a4 Compare December 30, 2025 07:06
@alwyn974-github-actions
alwyn974-github-actions Bot force-pushed the release-please--branches--dev branch 2 times, most recently from 7142b64 to b64fe65 Compare January 14, 2026 13:33
@alwyn974-github-actions
alwyn974-github-actions Bot force-pushed the release-please--branches--dev branch 4 times, most recently from b349993 to 6e961e5 Compare January 22, 2026 16:05
@alwyn974-github-actions
alwyn974-github-actions Bot force-pushed the release-please--branches--dev branch 4 times, most recently from 5683ae5 to 93f4235 Compare January 31, 2026 17:27
@alwyn974-github-actions
alwyn974-github-actions Bot force-pushed the release-please--branches--dev branch 3 times, most recently from 80de21e to 25bdfa7 Compare February 5, 2026 18:00
@alwyn974-github-actions
alwyn974-github-actions Bot force-pushed the release-please--branches--dev branch from 25bdfa7 to f22e59c Compare February 15, 2026 14:26
@alwyn974-github-actions
alwyn974-github-actions Bot force-pushed the release-please--branches--dev branch from f22e59c to d158365 Compare March 3, 2026 16:54
@alwyn974-github-actions
alwyn974-github-actions Bot force-pushed the release-please--branches--dev branch 4 times, most recently from 4a147f4 to 36a041e Compare March 24, 2026 18:14
@alwyn974-github-actions
alwyn974-github-actions Bot force-pushed the release-please--branches--dev branch from 36a041e to 3fde9d4 Compare April 5, 2026 15:41
@alwyn974-github-actions
alwyn974-github-actions Bot force-pushed the release-please--branches--dev branch 2 times, most recently from 9083daf to c8d01fc Compare May 1, 2026 13:30
@neotamia-github-actions
neotamia-github-actions Bot force-pushed the release-please--branches--dev branch 3 times, most recently from d33e6a1 to d98434c Compare August 18, 2026 17:19
@neotamia-github-actions
neotamia-github-actions Bot force-pushed the release-please--branches--dev branch 3 times, most recently from dc2c111 to 8e8cd33 Compare August 29, 2026 18:17
@neotamia-github-actions
neotamia-github-actions Bot force-pushed the release-please--branches--dev branch from 8e8cd33 to 7a4e25d Compare September 1, 2026 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants