Skip to content

Commit

Permalink
ci: add "exp" PR type (#323)
Browse files Browse the repository at this point in the history
Issue #, if available:

*Description of changes:*
- Add a new "expr" PR type to track experimental features. An
"experimental" feature is something that can be used, but is not
guaranteed to be stable (such as the changes made by #282).

*Testing done:*
  - N/A


- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

---------

Signed-off-by: Justin Alvarez <alvajus@amazon.com>
  • Loading branch information
pendo324 committed Mar 28, 2023
1 parent fd3bf19 commit 983616f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
"type":"build",
"section":"Build System or External Dependencies",
"hidden":false
},
{
"type":"exp",
"section":"Experimental",
"hidden":false
}
]
# Before we are at v1.0.0
Expand Down

0 comments on commit 983616f

Please sign in to comment.