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

Create script to automatically bump the version in .version #147

Merged
merged 2 commits into from
Nov 19, 2023

Conversation

ericcornelissen
Copy link
Owner

Summary

Add a script to aid in creating releases for this project by automating the process of updating the .version file.

Initialize the `script/` directory dedicated to scripts used during
development. The only script currently present automates the process of
updating the `.version` file for a release based on the argument that is
provided ('major', 'minor', or 'patch'). The Release Guidelines have
been updated to prefer the use of this script when creating a release,
maintaining the manual instructions in case the script doesn't work.

The script is intentionally given the MIT-0 (aka 'no attribution')
license identifier as the intent is for it to be easier to re-use, that
is without requiring attribution upon re-use. The intend is that all
homegrown scripts will use this less restrictive license.
@ericcornelissen ericcornelissen added the meta Relates to the project or repository itself label Nov 19, 2023
@codecov-commenter
Copy link

codecov-commenter commented Nov 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2715cb2) 98.16% compared to head (8501ad7) 98.16%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #147   +/-   ##
=======================================
  Coverage   98.16%   98.16%           
=======================================
  Files           3        3           
  Lines         109      109           
=======================================
  Hits          107      107           
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot added the test Relates to testing label Nov 19, 2023
@ericcornelissen ericcornelissen merged commit 74adf96 into main Nov 19, 2023
8 checks passed
@ericcornelissen ericcornelissen deleted the automate-version-bumps branch November 19, 2023 14:13
@ericcornelissen ericcornelissen removed the test Relates to testing label Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Relates to the project or repository itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants