Skip to content

Commit

Permalink
Converted pr template to markdown (#17)
Browse files Browse the repository at this point in the history
* Converted pr template to markdown

* Bump version: 0.3.2 → 0.3.3
  • Loading branch information
eugene-davis authored Jun 2, 2022
1 parent 7a7290d commit 5c37410
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.2
current_version = 0.3.3
commit = True
tag = False
message = Bump version: {current_version} → {new_version}
Expand Down
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Pull Request

Please describe your changes, including the motivation behind the changes.

## Prior to Submitting

Please confirm the following:

* [ ] I agree to the [Developer Certificate of Origin](https://developercertificate.org/)
* [ ] I have read the [Contribution Document](CONTRIBUTING.md)
* [ ] I updated any user-documentation that is impacted by my change.
* [ ] I tested my changes and ensured existing functionality wasn't broken.
* [ ] [optional] I tested my changes on all the supported platforms.
* [ ] [optional] In case of a major change, I communicated with the maintainers via an issue or email.
25 changes: 0 additions & 25 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
VERSION: 0.3.2
VERSION: 0.3.3

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sp-devsup-vault-expiration-monitoring"
version = "0.3.2"
version = "0.3.3"
description = "Prometheus exporter to monitor custom metadata for KV2 secrets for (self-imposed) expiration."
authors = ["Eugene Davis <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 5c37410

Please sign in to comment.