Thank you for wanting to contribute to this project. With your help we can ensure these Actions remains a valuable contribution to the GitHub community.
- Issues:
- Always work off of an Issue. Please do not submit a Pull Request that is not associated with an Issue (create the Issue if necessary).
- If you are beginning work on an Issue, please leave a comment on the issue letting us know, and we'll assign the Issue to you. This way somebody else won't start working on the same Issue.
- Branches:
- Always branch off of
main
, which contains the latest version of actions
- Always branch off of
- Pull Request (PR):
- Make sure your PR is targeting the correct branch (see Step 2.i)
- At the top of your PR description write: "Fixes #n". Where n is the number of the Issue your PR is fixing (e.g.,
Fixes #33
). This will tell GitHub to associate your PR with the Issue.
- Navigate to the Actions tab
- Select the "Deploy to Prod" workflow
- Click "Run workflow".
- Enter a version number using semantic versioning (e.g.,
1.1.0
). - Click "Run workflow" to start the process.
This automated workflow will:
- Create a new release with the specified version number
- Generate release notes
- Update the corresponding major version tag (e.g.
v1
will point to v1.x)