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.

17 lines
657 B

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