Skip to content

Commit

Permalink
Merge branch 'develop' into utms-for-contact
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Jan 26, 2025
2 parents 45c5142 + d721a1c commit cd8bc1b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,22 @@ jobs:
tag_name: ${{ steps.release_please.outputs.tag_name }}
steps:
- name: Release-please
uses: googleapis/release-please-action@v4
uses: googleapis/release-please-action@v4.1.1
id: release_please
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
pull-request-title-pattern: "chore${scope}: 🚀 Open Food Facts Mobile app - Release${component} ${version}."
changelog-types: '[{"type":"feat","section":"🚀 Features","hidden":false},{"type":"fix","section":"🐛 Bug Fixes","hidden":false},{"type":"docs","section":"📖 Documentation","hidden":false},{"type":"ci","section":"🤖 Automation","hidden":false},{"type":"refactor","section":"👷 Refactoring","hidden":false},{"type":"chore","section":"🛠 Miscellaneous","hidden":false},{"type":"l10n","section":"🌍 Translations","hidden":false}]'
changelog-types: |
[
{"type":"feat","section":"🚀 Features","hidden":false},
{"type":"fix","section":"🐛 Bug Fixes","hidden":false},
{"type":"docs","section":"📖 Documentation","hidden":false},
{"type":"ci","section":"🤖 Automation","hidden":false},
{"type":"refactor","section":"👷 Refactoring","hidden":false},
{"type":"chore","section":"🛠 Miscellaneous","hidden":false},
{"type":"l10n","section":"🌍 Translations","hidden":false}
]
create-release:
concurrency:
Expand Down

0 comments on commit cd8bc1b

Please sign in to comment.