Skip to content

Commit d14352e

Browse files
Add contributing guidelines for new releases
Added guidelines for releasing a new version of the project.
1 parent 35be153 commit d14352e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Contributing
2+
3+
## Releasing a New Version
4+
5+
Navigate to the [New Release]([https://github.com/DefangLabs/defang-github-action/releases](https://github.com/DefangLabs/defang-github-action/releases/new)) form for this repo.
6+
7+
Make sure `Publish this Action to the GitHub Marketplace` is checked.
8+
9+
* **If you have already cut a tag**, you can choose that tag in the form.
10+
* **If you have not pushed a tag**, write the name of the tag you want to create, for example `v1.2.3`, and make sure the target is set to the `main` branch.
11+
12+
You do not need to provider a release description, but you should write a release title which starts with the tag name, ex: `v1.2.3 Add support for My New Feature`.

0 commit comments

Comments
 (0)