Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
719 B

  1. branches:
  2. - main
  3. plugins:
  4. - "@semantic-release/commit-analyzer"
  5. - "@semantic-release/release-notes-generator"
  6. - - "@semantic-release/changelog"
  7. - changelogTitle: |-
  8. # Change Log
  9. All notable changes to this project will be documented in this file.
  10. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
  11. - - "@semantic-release/exec"
  12. - prepareCmd: './scripts/prepare.sh ${nextRelease.version} "${nextRelease.notes}"'
  13. - - "@semantic-release/git"
  14. - assets:
  15. - CHANGELOG.md
  16. - metadata/**/*.txt
  17. - app/build.gradle
  18. message: "chore(release): v${nextRelease.version}\n\n${nextRelease.notes}"
  19. - "@semantic-release/gitlab"