Skip to content

Commit

Permalink
feat: Misc updates (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork authored Sep 27, 2024
1 parent c03c932 commit 399307e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 9 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/002.detect-elixir-formatter-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# the Elixir .formatter.exs file. To add a value in `import_deps`, add the package
# name to the MIX_PACKAGES array below.

MIX_PACKAGES=("ecto" "ecto_sql" "kafee" "open_api_spex" "patch" "phoenix" "stream_data" "typed_struct")
MIX_PACKAGES=("ecto" "ecto_sql" "open_api_spex" "phoenix" "stream_data" "plug")

# We iterate over all of the MIX_PACKAGES and check if they exist in the mix.lock file.
# If they do, we add them to the FORMATTER_PACKAGES array.
Expand Down
File renamed without changes.
6 changes: 0 additions & 6 deletions scripts/004.clean-formatter-files.sh

This file was deleted.

3 changes: 1 addition & 2 deletions templates/.github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
steps:
- id: release
name: Release
uses: google-github-actions/release-please-action@v4
uses: googleapis/release-please-action@v4
with:
command: manifest
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json
release-type: elixir
Expand Down

0 comments on commit 399307e

Please sign in to comment.