Giter VIP home page Giter VIP logo

pronamic / action-wordpress-plugin-readme-update Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 43 KB

Update your WordPress plugin readme.txt file in the WordPress.org plugin directory with this GitHub action.

License: GNU General Public License v2.0

PHP 100.00%
deploy deployment github github-actions pronamic readme release release-automation subversion svn wordpress wordpress-development wordpress-directory wordpress-plugin php

action-wordpress-plugin-readme-update's Introduction

Github action WordPress.org readme.txt update

With this GitHub action you can easily update your WordPress plugin readme.txt file in the WordPress plugin directory.

Introduction

Streamline your WordPress plugin updates

This GitHub action simplifies updating your WordPress plugin's readme.txt file directly in the WordPress plugin directory.

Built for WordPress developers

Leveraging PHP instead of bash scripting, this action caters to the preferences of many WordPress developers, offering a familiar and potentially more convenient workflow.

Example

name: Deploy readme.txt to WordPress.org

on:
  workflow_dispatch:

jobs:
  deploy:
    runs-on: ubuntu-latest

    environment:
      name: WordPress.org plugin directory
      url: https://wordpress.org/plugins/pronamic-pay-with-mollie-for-contact-form-7/

    steps:
      - name: Checkout
        uses: actions/checkout@v4
        with:
          sparse-checkout: |
            .github
            .wordpress-org
            readme.txt

      - name: Deploy
        uses: pronamic/action-wordpress-plugin-readme-update@main
        with:
          svn-username: pronamic
          svn-password: ${{ secrets.SVN_PASSWORD }}
          wp-slug: pronamic-pay-with-mollie-for-contact-form-7

Inspiration

Development

SVN_USERNAME=test SVN_PASSWORD=test WP_SLUG=salesfeed php deploy.php

Links

Pronamic - Work with us

action-wordpress-plugin-readme-update's People

Contributors

remcotolsma avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.