Skip to content

Commit

Permalink
ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesOberreiter committed Feb 28, 2024
1 parent ec38023 commit faaebcc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
release-type: simple
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Changelog

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## 0.0.1-alpha.0 (2024-02-26)

## 0.0.1 (2024-02-26)

### Features

Expand All @@ -13,7 +10,6 @@ All notable changes to this project will be documented in this file. See [commit
* :sparkles: add compose file ([e475dd2](https://github.com/HannesOberreiter/gbif-extinct/commit/e475dd2553f1374ea5399ddfca35c49c2122bd56))
* :sparkles: add funding ([7bff602](https://github.com/HannesOberreiter/gbif-extinct/commit/7bff6028bb4fc0fda9f8ffadd49fe5a9ca1d0edb))


### Bug Fixes

* :bug: reduce max timeout ([dee9574](https://github.com/HannesOberreiter/gbif-extinct/commit/dee9574412613b6214bcb04fe28d431d789b6e43))
Expand Down

0 comments on commit faaebcc

Please sign in to comment.