Skip to content

Commit 6e94e99

Browse files
author
Bastian Schwarz
committed
Merge branch 'release' into fix/typoInNamespace
2 parents 91a6dd8 + 43844da commit 6e94e99

4 files changed

Lines changed: 12 additions & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ on:
1717

1818
jobs:
1919
ci:
20-
uses: codenamephp/workflows.php/.github/workflows/ci.yml@main
20+
uses: codenamephp/workflows.php/.github/workflows/ci.yml@1
2121
with:
2222
php-versions: '["8.1", "8.2"]'

.github/workflows/prepare-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77

88
jobs:
99
calculate_next_version:
10-
uses: codenamephp/workflows.common/.github/workflows/calculate-next-version.yml@main
10+
uses: codenamephp/workflows.common/.github/workflows/calculate-next-version.yml@1
1111
draft_release:
1212
needs: calculate_next_version
13-
uses: codenamephp/workflows.common/.github/workflows/draft-release.yml@main
13+
uses: codenamephp/workflows.common/.github/workflows/draft-release.yml@1
1414
with:
1515
version: ${{ needs.calculate_next_version.outputs.version }}
1616
update_changelog:
17-
uses: codenamephp/workflows.common/.github/workflows/update-changelog.yml@main
17+
uses: codenamephp/workflows.common/.github/workflows/update-changelog.yml@1
1818
needs: calculate_next_version
1919
with:
2020
ref: ${{github.ref_name}}

.github/workflows/update-changelog.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/codenamephp/platform.secretsManager.base/tree/1.0.1) (2023-03-13)
4+
5+
[Full Changelog](https://github.com/codenamephp/platform.secretsManager.base/compare/1.0.0...1.0.1)
6+
7+
**Fixed bugs:**
8+
9+
- Update/workflow version [\#3](https://github.com/codenamephp/platform.secretsManager.base/pull/3) ([bastianschwarz](https://github.com/bastianschwarz))
10+
311
## [1.0.0](https://github.com/codenamephp/platform.secretsManager.base/tree/1.0.0) (2023-03-08)
412

513
[Full Changelog](https://github.com/codenamephp/platform.secretsManager.base/compare/107b249ca31e58ee67f548d814c0d8b299e88705...1.0.0)

0 commit comments

Comments
 (0)