Skip to content

Integrated semVer Gradle plugin to project #545

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 15, 2025

Conversation

PhilippSchmelter
Copy link
Contributor

Closes #544 Merge before #540

This pull request includes the addition of semantic versioning to the project using the semVer Gradle plugin. The most important changes include updates to the CHANGELOG.md file, the addition of a new Gradle script, and the creation of a version.properties file.

Semantic Versioning Integration:

  • CHANGELOG.md: Added a new section to document the inclusion of the semVer Gradle plugin for semantic versioning.
  • gradle/scripts/semVer.gradle: Introduced tasks for semantic versioning using the semVer Gradle plugin, including tasks to print the current version and development version.
  • version.properties: Created a new file to store version information generated by the semVer plugin, including major, minor, patch, and semantic version details.

@PhilippSchmelter PhilippSchmelter added enhancement New feature or request dependencies Pull requests that update a dependency file labels Apr 15, 2025
@PhilippSchmelter PhilippSchmelter added this to the Version 3.0 milestone Apr 15, 2025
@PhilippSchmelter PhilippSchmelter self-assigned this Apr 15, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.

Files not reviewed (2)
  • gradle/scripts/semVer.gradle: Language not supported
  • version.properties: Language not supported

@PhilippSchmelter PhilippSchmelter changed the title semVer.gradle Integrated semVer Gradle plugin to project Apr 15, 2025

This comment has been minimized.

Copy link
Member

@sebastian-peter sebastian-peter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, please remove version = '3.0-SNAPSHOT' from build.gradle

Copy link

Passed

Analysis Details

0 Issues

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 0 Code Smells

Coverage and Duplications

  • Coverage No coverage information (65.80% Estimated after merge)
  • Duplications No duplication information (0.00% Estimated after merge)

Project ID: edu.ie3:utils

View in SonarQube

Copy link
Member

@sebastian-peter sebastian-peter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sebastian-peter sebastian-peter merged commit cc06ac8 into main Apr 15, 2025
2 checks passed
@sebastian-peter sebastian-peter deleted the ps/#545-SemVerIntegration branch April 15, 2025 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SemVer Integration
2 participants