Releases: Danielcmc100/versoes_python
Release list
v0.3.1
v0.3.1 (2025-05-11)
Bug Fixes
- Clean up comments and ensure correct branch condition for release stage in Jenkinsfile (
00ab7a6)
Continuous Integration
- Updates release stage to trigger on master branch (
fde77df)
Aligns CI pipeline with repository's default branch by changing the release stage trigger from 'main' to 'master'.
Detailed Changes: v0.3.0...v0.3.1
v0.3.0
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
v0.2.0
v0.2.0 (2025-05-08)
Features
- Updates greeting message for feature enhancement (
3e6c42d)
Modifies the output message to reflect feature progression and improve user clarity during execution.
- Updates greeting message to version 4 (
805ce38)
Increments version number in greeting output to reflect the latest release.
Detailed Changes: v0.1.0...v0.2.0
v0.1.0
v0.1.0 (2025-05-08)
Features
- Updates semantic release token config and resets version (
1434d34)
Moves the remote token configuration inline for clarity and compatibility. Resets the package version to 0.0.0 to prepare for initial release and versioning automation.
Detailed Changes: v0.0.0...v0.1.0