-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from opsmill/develop
Develop
- Loading branch information
Showing
6 changed files
with
646 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.github/workflows/tigger-pr-stable.yml → .github/workflows/trigger-pr-stable.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
====== |
Oops, something went wrong.