Skip to content

Commit

Permalink
chore: add release-please action
Browse files Browse the repository at this point in the history
  • Loading branch information
ematala committed May 1, 2023
1 parent 0803973 commit 87779d1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release-please.yaml
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@v3
with:
release-type: node
package-name: putzbot
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
![GitHub](https://img.shields.io/github/license/ematala/putzbot)
![GitHub last commit](https://img.shields.io/github/last-commit/ematala/putzbot)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ematala/putzbot)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/ematala/putzbot)

A Telegram bot to automate our shared flat. Users can send messages to the bot on telegram such as request their weekly duty, remind others or rotate to the next cycle.

Expand Down

0 comments on commit 87779d1

Please sign in to comment.