Skip to content

Commit

Permalink
Merge branch 'main' into update-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion authored Jul 16, 2023
2 parents 89cee92 + 39e83c7 commit fce3b8d
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 13 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Build, test & measure

on:
workflow_call:
pull_request:
push:
branches:
['main']

jobs:
call-workflow-build-test-measure:
uses: figuren-theater/code-quality/.github/workflows/build-test-measure.yml@main
secrets: inherit
12 changes: 12 additions & 0 deletions .github/workflows/prerelease-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'pre-Release Changelog Update'

on:
workflow_call:
release:
types: [prereleased]

jobs:
call-workflow-update-changelog:
uses: figuren-theater/.github/.github/workflows/prerelease-changelog-update.yml@main
secrets: inherit

7 changes: 7 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
# branches to consider in the event; optional, defaults to all
branches:
- main
# pull_request event is required only for autolabeler
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]
# pull_request_target event is required for autolabeler to support PRs from forks
# pull_request_target:
# types: [opened, reopened, synchronize]

jobs:
call-workflow-release-drafter:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/update-changelog.yml

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@

All notable changes to this project will be documented in this file.

## [Unreleased](https://github.com/figuren-theater/install.php/compare/1.3.0...HEAD)

## [1.3.0](https://github.com/figuren-theater/install.php/compare/1.2.0...1.3.0) - 2023-07-16

### 🚀 Added

- Establish quality standards ([#6](https://github.com/figuren-theater/install.php/pull/6))

## 1.2.0 - 2023-07-12

- Bump version ([#4](https://github.com/figuren-theater/install.php/pull/4))
- Establish quality standards ([#3](https://github.com/figuren-theater/install.php/pull/3))
- Develop ([#1](https://github.com/figuren-theater/install.php/pull/1))

## Unreleased
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ OR you can use composer so that you can automatically update it too. Put these i

## License

This project is licensed under the [GPL-3.0-or-later](LICENSE.md), see the [LICENSE](LICENSE) file for
This project is licensed under the **GPL-3.0-or-later**, see the [LICENSE](/LICENSE) file for
details

## Acknowledgments to the original maintainers
Expand Down

0 comments on commit fce3b8d

Please sign in to comment.