insightsengineering / formatters

A framework for creating listings of raw data that include specialized formatting, headers, footers, referential footnotes, and pagination.
https://insightsengineering.github.io/formatters/
Other
15 stars 6 forks source link

[Release]: <0.5.3> (end of September) #200

Closed shajoezhu closed 1 year ago

shajoezhu commented 1 year ago

Blocked by

PRs

Issues

Pre-requisites

Release Process

We adopt the policy of one release branch that will contain all the fixes and changes deriving from internal validation feedback. This is done within the safety of having already green integration tests before release. No major change is expected and we want a clean main.

# Create a new branch to do the vbump for a given
# release candidate.
git checkout main
git pull origin main
git checkout -b release-candidate-vX.Y.X

Make sure of the following before continuing:

  # Make the necessary modifications to your files [These are the 
  # Stage the changes
  git add <files your modified>
  # Commit the changes
  git commit -m "[skip vbump] <Your commit message>"
  git push origin release-candidate-vX.Y.X
  # Create rc tag for submission for internal validation
  git tag vX.Y.Z-rc<iteration number>
  git push origin vX.Y.Z-rc<iteration number>

Testing

Release Feedback

Post-release Checklist

Decision tree

Click here to see the release decision tree.