Ghost/.github
Daniel Lockyer 48194ff444
Refactored release workflow
- up until now, we've been running `grunt release` before publishing to
  NPM or pushing the canary zip
- this command runs the production asset build and generates a zip
- this zip isn't used by the NPM publishing task because that does an
  `npm pack`
- we only use it for the canary build, but this should be brought more
  inline with the NPM process to make the gaps smaller
- this commit refactors the `grunt release` task to become a lot smaller
  by removing the generated zip steps
- the expected workflow is now to just to an `npm pack`, which will run
  the `prepack` task to generate a `.tgz` archive
- this should still respect `.npmignore`, so it'll just include the
  files we expect
- the test of the canary workflow is being updated to handle this
- also cleans up a dev dependency that is no longer used, along with 2
  imports
2022-07-19 08:32:54 +02:00
..
hooks Fixed file permissions on pre-push hook 2022-05-05 22:09:44 +08:00
ISSUE_TEMPLATE
workflows Refactored release workflow 2022-07-19 08:32:54 +02:00
AUTO_ASSIGN Changed auto assignee for TryGhost Members packages 2022-04-07 06:10:43 +01:00
CODEOWNERS
CONTRIBUTING.md
FUNDING.yml
PULL_REQUEST_TEMPLATE.md Updated PR template with careers CTA 2022-01-20 12:21:06 -05:00
SUPPORT.md