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

make directions for new release #56

Open
it-hms opened this issue Jul 11, 2023 · 1 comment
Open

make directions for new release #56

it-hms opened this issue Jul 11, 2023 · 1 comment
Labels
upstream Improvements, additions, fixes, or documentation to/for the upstream starter project

Comments

@it-hms
Copy link
Contributor

it-hms commented Jul 11, 2023

Add directions to the readme for contributing a release. This includes the following steps:

  • do not name feature branch release/vX.Y.Z. This will will be done by automation.
  • ensure that CHANGELOG.MD has been updated
  • last commit subject should be RELEASE: vX.Y.Z
  • When PR is approved, delete feature branch(s). create tag from main branch.
git tag vX.Y.Z
git push vX.Y.Z 
@it-hms it-hms added the documentation Improvements or additions to documentation label Jul 11, 2023
@alexjhawk alexjhawk added upstream Improvements, additions, fixes, or documentation to/for the upstream starter project and removed documentation Improvements or additions to documentation labels Sep 28, 2023
@alexjhawk
Copy link
Collaborator

@it-hms,

I have removed the documentation tag and added a new upstream tag. This change is more applicable to the upstream starter project, as that is what provides the underlying framework/structure for creating releases.

This issue has already been duplicated to the starter project repository, but I also wanted to update this location to indicate better where this effort pertains.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Improvements, additions, fixes, or documentation to/for the upstream starter project
Projects
None yet
Development

No branches or pull requests

2 participants