Skip to content

Commit

Permalink
Merge pull request #65 from vc1492a/dev
Browse files Browse the repository at this point in the history
Merge dev to main branch
  • Loading branch information
vc1492a authored Oct 18, 2024
2 parents 21687f1 + bbdd12a commit 9006242
Show file tree
Hide file tree
Showing 8 changed files with 454 additions and 328 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
on:
push:
branches:
- main # release branch (default)

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
# `RELEASE_PLEASE_PERSONAL_ACCESS_TOKEN` (this secret name is not important).
token: ${{ secrets.RELEASE_PLEASE_PERSONAL_ACCESS_TOKEN }}
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple
30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

5 changes: 0 additions & 5 deletions MANIFEST

This file was deleted.

Loading

0 comments on commit 9006242

Please sign in to comment.