Skip to content

Commit

Permalink
Merge pull request #31 from opsmill/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
opsmill-bot authored Nov 16, 2023
2 parents da8b250 + 504ed2e commit 2372615
Show file tree
Hide file tree
Showing 6 changed files with 646 additions and 207 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-pr-develop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# yamllint disable rule:truthy
name: "Push on develop"
name: "Pull Request on develop"
concurrency: # Cancel any existing runs of this workflow for this same PR
group: "${{ '{{ github.workflow }}' }}-${{ '{{ github.ref }}' }}"
cancel-in-progress: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# yamllint disable rule:truthy
name: "Push on stable"
name: "Pull Request on stable"
concurrency: # Cancel any existing runs of this workflow for this same PR
group: "${{ '{{ github.workflow }}' }}-${{ '{{ github.ref }}' }}"
cancel-in-progress: true
Expand Down
27 changes: 27 additions & 0 deletions .github/workflows/trigger-push-stable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
# yamllint disable rule:truthy
name: "Push on stable"
concurrency: # Cancel any existing runs of this workflow for this same PR
group: "${{ '{{ github.workflow }}' }}-${{ '{{ github.ref }}' }}"
cancel-in-progress: true

on:
workflow_dispatch:
push:
branches:
- stable

jobs:
docs:
needs: ["linter", "tests"]
uses: ./.github/workflows/workflow-docs.yml
secrets: inherit

changelog:
needs: ["docs"]
uses: ./.github/workflows/workflow-changelog.yml
secrets: inherit

release:
needs: ["changelog"]
uses: ./.github/workflows/workflow-release-drafter.yml
8 changes: 1 addition & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
==============================
Opmisll.Infrahub Release Notes
Opsmill.Infrahub Release Notes
==============================

.. contents:: Topics


v1.0.0
======

v0.1.6
======

v0.1.5
======
Loading

0 comments on commit 2372615

Please sign in to comment.