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

Add auto-deploy for WordPress.org plugin repo #101

Merged
merged 4 commits into from
Aug 9, 2024

Commits on Aug 9, 2024

  1. Git: Clean-up gitignore

    GaryJones committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6a25a6d View commit details
    Browse the repository at this point in the history
  2. Git: clean-up gitattributes

    These development files are then not included when doing a release archive from GitHub, or a Composer pull down with `--prefer-dist`. Keep it to production-critical files (and a readme) only.
    GaryJones committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c4a4531 View commit details
    Browse the repository at this point in the history
  3. Deploy: Ignore development files for WPORG deploy

    When pushing to WordPress.org SVN plugin repository, no development files are needed there (they aren't needed in production when someone grabs the plugin from WordPress.org) - these should be kept on the GitHub repo for developers.
    GaryJones committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4dfc31b View commit details
    Browse the repository at this point in the history
  4. Deploy: Allow auto-deploy to WPORG on release

    This action, with the saved repository secrets, allows the pushing of a new GitHub release to WordPress.org automatically.
    GaryJones committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5e2111e View commit details
    Browse the repository at this point in the history