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

Add Version bump script #4064

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

Conversation

kskarthik
Copy link
Contributor

This script will automate the chore of changing of versions across multiple files when there is a release.

It expects to be run from the project's root:

Example: GlobaLeaks/scripts/bump_version.sh 4.30.3

The CHANGELOG file only must be manually edited.

This saves the valuable developer's time.

  • The pull request should include a description of the problem you're trying to solve
  • The pull request should include overview of the suggested solution
  • If the pull requests changes current behavior, reasons why your solution is better.
  • The proposed code should be fully functional
  • The proposed code should contain tests relevant to prove is functionality
  • The proposed tests should ensure significative code coverage
  • All new and existing tests should pass

This script helps you to avoid the chore of manually updating the
version info in various files
@evilaliv3 evilaliv3 force-pushed the main branch 2 times, most recently from bc75cdb to ec7341d Compare May 11, 2024 18:04
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.

None yet

1 participant