Prevented git tags from being created for apps

refs https://ghost.slack.com/archives/C02G9E68C/p1688983916615989?thread_ts=1687341349.559679&cid=C02G9E68C

- these cause issues with our PR workflow because we can't push tags in
  a PR and the commit is rebased onto `main` so the hash changes
- this disables tags for now
This commit is contained in:
Daniel Lockyer 2023-07-10 12:52:01 +02:00 committed by Daniel Lockyer
parent dd7670859f
commit fb0807c8c5
6 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,3 @@
version-tag-prefix "@tryghost/admin-x-settings@"
version-git-message "Released Admin-x-settings v%s"
version-git-tag false

View File

@ -1,2 +1,3 @@
version-tag-prefix "@tryghost/announcement-bar@"
version-git-message "Released Announcement-Bar v%s"
version-git-tag false

View File

@ -1,2 +1,3 @@
version-tag-prefix "@tryghost/comments-ui@"
version-git-message "Released comments-ui v%s"
version-git-tag false

View File

@ -1,2 +1,3 @@
version-tag-prefix "@tryghost/portal@"
version-git-message "Released Portal v%s"
version-git-tag false

View File

@ -1,2 +1,3 @@
version-tag-prefix "@tryghost/signup-form@"
version-git-message "Released Signup Form v%s"
version-git-tag false

View File

@ -1,2 +1,3 @@
version-tag-prefix "@tryghost/sodo-search@"
version-git-message "Released Sodo-Search v%s"
version-git-tag false