main #25

Merged
jank merged 25 commits from main into prod 2025-03-15 18:06:22 +00:00
Showing only changes of commit 469d6bbf6d - Show all commits

View file

@ -19,6 +19,8 @@ jobs:
# (PAT) and configured it as a GitHub action secret named # (PAT) and configured it as a GitHub action secret named
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important). # `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }} token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
git-username: ${{ secrets.RL_USER }}
git-password: ${{ secrets.RL_PASSWD }}
# this is a built-in strategy in release-please, see "Action Inputs" # this is a built-in strategy in release-please, see "Action Inputs"
# for more options # for more options
release-type: simple release-type: simple