Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom arguments #14

Merged
merged 3 commits into from
May 9, 2022
Merged

Conversation

ponkio-o
Copy link
Contributor

@ponkio-o ponkio-o commented Mar 1, 2022

Hi,

git-pr-release supports arguments such as --squashed (PR: x-motemen/git-pr-release#60) .
In this PR, the arguments are made available in GitHub Actions.

ref. #13

@@ -6,7 +6,7 @@ GitHub Action to run [git-pr-release](https://github.com/motemen/git-pr-release)

For example, here is a workflow to run `git-pr-release` when push to staging.

```
```yaml
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

enable syntax highlight

@@ -2,4 +2,4 @@

set -eu
export GIT_PR_RELEASE_TOKEN=$GITHUB_TOKEN
git-pr-release
git-pr-release $1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bakunyo
Copy link
Owner

bakunyo commented May 9, 2022

@ponkio-o Thanks for your support.

@bakunyo bakunyo merged commit 035b715 into bakunyo:master May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants