Skip to content

Commit

Permalink
docs: better explain about targetDir changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Jun 6, 2024
1 parent 71c0b01 commit 2abf784
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/app/ci/semantic-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ It is very recommended to use tools for commit message enforcement like [`commit

::: warning NOTE :warning:
Fill in the upper case placeholders with your own values, such as `REPO_NAME`, `WORKFLOW_NAME`, etc.

**In case you've changed the `targetDir` over the [bundler options](/app/setup/bundler-options#targetdir), you should change the `@semantic-release/github` asset path accordingly.**
:::

Create a `.releaserc` file in the root of your project and add the following configuration:
Expand Down
1 change: 1 addition & 0 deletions docs/app/setup/bundler-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ You can change that by setting the `targetDir` property.
::: warning CI / CD Usage :rotating_light:

If you're using the [`fast-alfred` CI / CD template](/app/ci/github-actions), updating the `targetDir` property should be handled automatically.
The only thing you should update is the [`.releaserc` asset path](/app/ci/semantic-release).
Make sure `npx fast-alfred pack` script works correctly.
:::

Expand Down

0 comments on commit 2abf784

Please sign in to comment.