Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Actions: Build Plugin zip, create release draft, attach zip #19626

Closed
wants to merge 24 commits into from

Commits on Oct 29, 2020

  1. Build: Gutenberg build GitHub Action

    First stab at writing a GitHub action to build Gutenberg upon creating a tag that starts with `v`, and creating a draft release with the build attached to it.
    ockham committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    b4ac605 View commit details
    Browse the repository at this point in the history
  2. Whitespace

    ockham committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    74450c3 View commit details
    Browse the repository at this point in the history
  3. Workaround syntax error

    ockham committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    035a115 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68f3c20 View commit details
    Browse the repository at this point in the history
  5. Name the asset gutenberg.zip

    ockham committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    ea6d3d6 View commit details
    Browse the repository at this point in the history
  6. Remove verbose comment

    ockham committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    bc481d6 View commit details
    Browse the repository at this point in the history
  7. Set production constants

    ockham committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    4d242d2 View commit details
    Browse the repository at this point in the history
  8. Use npm install rather than ci

    ockham committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    364a00e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f4f9bd5 View commit details
    Browse the repository at this point in the history
  10. Include $vendor_scripts in zip

    ockham committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    9ecb254 View commit details
    Browse the repository at this point in the history
  11. Single quotes

    ockham committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    2d4baec View commit details
    Browse the repository at this point in the history
  12. Update build files

    ockham committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    53e0873 View commit details
    Browse the repository at this point in the history
  13. Set vendor_scripts differently

    ockham committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    7f2538a View commit details
    Browse the repository at this point in the history
  14. Entire lib dir

    ockham committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    759ca4f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    652f2f6 View commit details
    Browse the repository at this point in the history
  16. Use new syntax for env vars

    ockham committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    fd9f5c0 View commit details
    Browse the repository at this point in the history
  17. Fix vendor_scripts

    ockham committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    ad013ff View commit details
    Browse the repository at this point in the history
  18. Newlines between steps

    ockham committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    928b5f4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1a1c73a View commit details
    Browse the repository at this point in the history
  20. Run shell script

    ockham committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    713c2de View commit details
    Browse the repository at this point in the history
  21. Try setting release name

    ockham committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    8a795db View commit details
    Browse the repository at this point in the history
  22. Escape var name

    ockham committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    46a9cdf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b8caf98 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8b62586 View commit details
    Browse the repository at this point in the history