Skip to content
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

Improve documentation for exact versioning #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

moritzrupp
Copy link

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

The changes contain updates in the README and help text for app version to better describe the behavior of exact versioning, e.g. MAJOR.MINOR.PATCH (e.g. 1.0.1). This is working but it is not covered in the documentation. The docs only mention versioning based on MAJOR.MINOR and BUILD_NUMBER.

Moreover, I have added a test case to cover the calculation of app version based on MAJOR.MINOR and BUILD_NUMBER.

This PR closes #34.

Reflect the correct behavior of application version in case of exact versioning (e.g. 1.0.1 instead of 1.0) in the documentation

Reference: jenkinsci#34
Add test for calculated app version based on build number

Reference: jenkinsci#34
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.

Support for exact semantic versioning
1 participant