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.

25 lines
462 B

  1. {{#if isPatch~}}
  2. ##
  3. {{~else~}}
  4. #
  5. {{~/if}} {{#if @root.linkCompare~}}
  6. [{{version}}](
  7. {{~#if @root.repository~}}
  8. {{~#if @root.host}}
  9. {{~@root.host}}/
  10. {{~/if}}
  11. {{~#if @root.owner}}
  12. {{~@root.owner}}/
  13. {{~/if}}
  14. {{~@root.repository}}
  15. {{~else}}
  16. {{~@root.repoUrl}}
  17. {{~/if~}}
  18. /compare/{{previousTag}}...{{currentTag}})
  19. {{~else}}
  20. {{~version}}
  21. {{~/if}}
  22. {{~#if title}} "{{title}}"
  23. {{~/if}}
  24. {{~#if date}} ({{date}})
  25. {{/if}}