From b1825125e343ba0c016bd25381937986ab2a11c7 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Tue, 28 Apr 2020 11:52:11 -0700 Subject: [PATCH] Start a Releasing section --- .github/CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e5f0de9a..188f5fa2 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -29,6 +29,11 @@ Work in Progress pull requests are also welcome to get feedback early on, or if - Create a branch with a name that identifies the user and nature of the changes (similar to `user/branch-purpose`) - Open a pull request and request a review from a member of the appropriate `@github/services-account-engineering` and/or `@github/services-engineering` teams +## Releasing +If you are the current maintainer of this action: +1. + + ## Resources - [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/) - [Using Pull Requests](https://help.github.com/articles/about-pull-requests/)