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

Auto-versioning #20

Merged
merged 3 commits into from
Oct 20, 2023
Merged

Auto-versioning #20

merged 3 commits into from
Oct 20, 2023

Conversation

kaitj
Copy link
Collaborator

@kaitj kaitj commented Oct 20, 2023

This PR adds functionality for auto-versioning of this repository by using the workflows that have been configured. Note, versions within the workflow still need to be manually updated. The purposes of this to easily update the versions, ultimately for release tags.

Create a metadata file (project.toml) that mimics relevant information
based on PEP 621 for python project metadata. Dropped the `py` in the
file name to indicate that this is not a python project - don't believe
there is a standard for GHA. This file was created with intentions to be
used for auto versioning.

Note, updating of versions within workflows and actions is still a manual
process. Part of this is to ensure the correct items are updated with
the correct context.
Add example of .secrets file to use for local testing with nektos/act.
Also update README with information about local testing.
Change from dash (-) to underscore (_) to conform to Github actions /
env syntax.
@kaitj kaitj added the enhancement New feature or request label Oct 20, 2023
@kaitj kaitj self-assigned this Oct 20, 2023
@kaitj kaitj merged commit 7db501d into v0.3.0 Oct 20, 2023
@kaitj kaitj deleted the enh/auto-version branch October 20, 2023 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant