Skip to content

Commit

Permalink
Merge pull request #147 from com-pas/145-setup-release-please
Browse files Browse the repository at this point in the history
ci: add release please
  • Loading branch information
juancho0202 authored Dec 5, 2023
2 parents 1935898 + e1c07a7 commit 2b51d31
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# SPDX-FileCopyrightText: 2023 Alliander N.V.
#
# SPDX-License-Identifier: Apache-2.0
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
release-type: simple
package-name: compas-deployment
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!--
SPDX-FileCopyrightText: 2023 Alliander N.V.
SPDX-License-Identifier: Apache-2.0
-->
For older changelogs, please check the release tag on GitHub.
6 changes: 6 additions & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!--
SPDX-FileCopyrightText: 2023 Alliander N.V.

SPDX-License-Identifier: Apache-2.0
-->
1.0.0

0 comments on commit 2b51d31

Please sign in to comment.