Skip to content

Commit

Permalink
chore: fix yaml syntax in release-please (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
anitarua committed Jan 12, 2024
1 parent 383d624 commit dadef16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
package-name: momento
default-branch: main
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
extra-files: ["lib/src/internal/utils/package_version.dart"]
extra-files: |
lib/src/internal/utils/package_version.dart

0 comments on commit dadef16

Please sign in to comment.