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

feat: separate scaffold-module #284

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

suzuki-shunsuke
Copy link
Owner

@suzuki-shunsuke suzuki-shunsuke commented Apr 6, 2022

⚠️ Breaking Changes

The action scaffold-module doesn't create a pull request.
To create a pull request, you have to use create-scaffold-module-pr action after scaffold-module action.

How to migrate

AS IS

      - uses: suzuki-shunsuke/tfaction/scaffold-module@v0.5.8
        with:
          github_token: ${{ steps.generate_token.outputs.token }}
          module_path: ${{ github.event.inputs.module_path }}

TO BE

      - uses: suzuki-shunsuke/tfaction/scaffold-module@v0.6.0
        with:
          module_path: ${{ github.event.inputs.module_path }}

      # You can add steps to update module freely

      - uses: suzuki-shunsuke/tfaction/create-scaffold-module-pr@v0.6.0
        with:
          github_token: ${{ steps.generate_token.outputs.token }}
          module_path: ${{ github.event.inputs.module_path }}

Motivation

To support updating a Module before creating a pull request.

@suzuki-shunsuke suzuki-shunsuke force-pushed the feat/separate-scaffold-monorepo branch from 72b3aa8 to 2ffdeb7 Compare April 6, 2022 22:21
@suzuki-shunsuke suzuki-shunsuke changed the title feat: separate scaffold-monorepo feat: separate scaffold-module May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant