Skip to content

v0.3.0

Choose a tag to compare

@Danielcmc100 Danielcmc100 released this 11 May 22:35
· 4 commits to master since this release

v0.3.0 (2025-05-11)

Bug Fixes

  • Add initial README.md with project overview, installation, and usage instructions (f3d09f2)

  • Correct comment formatting in Jenkinsfile for clarity (d50ff7c)

  • Improve comments and ensure correct branch checkout in Jenkinsfile for semantic release (d22e875)

  • Remove redundant git configuration for semantic-release in Jenkinsfile (819208c)

  • Simplifies and cleans up CI release pipeline (3e37cd1)

Removes redundant dry-run stage and unused environment variables. Consolidates credential usage for releases and trims legacy comments for a more maintainable and straightforward pipeline.

Chores

  • Add Dockerfile and docker-compose for Jenkins setup (7739027)

  • Add Git installation to Dockerfile for Jenkins setup (ab2db6d)

  • Clear repo_dir path in pyproject.toml for better portability (f4cb50b)

  • Correct environment variable name from GITHUB_TOKEN to GH_TOKEN in Jenkinsfile (b3642d7)

  • Removes redundant checkout stage from pipeline (f883703)

Simplifies CI workflow by eliminating the separate checkout step, assuming source retrieval is handled elsewhere or deemed unnecessary.

Features

  • Correct formatting in project description in README.md (f8986d0)

  • Enhance Jenkinsfile with semantic release stages for PR checks and publishing (93d427e)


Detailed Changes: v0.2.0...v0.3.0