Skip to content

Commit

Permalink
feat: release 1.5.1 + add release manager
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Jul 3, 2024
1 parent 1f32d7d commit d66ec79
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: terraform-lint

on: [pull_request]

jobs:
delivery:

runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@main
- name: Lint Terraform
uses: actionshub/terraform-lint@main

17 changes: 17 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

---
name: "Release Odyssey"

on:
push:
branches:
- "master"

jobs:
release-please:
runs-on: "ubuntu-latest"
steps:
- uses: "google-github-actions/release-please-action@v3"
with:
release-type: "simple"
bump-minor-pre-major: true
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ latest (unreleased)
**Bugfixes**

**Build**
1.5.1 (08-08-2023)
+++++++++++++++++++

* fix: add root certificate for new postgresql flexible server

1.5.0 (08-08-2023)
+++++++++++++++++++
Expand Down

0 comments on commit d66ec79

Please sign in to comment.