Skip to:
Content

bbPress.org

Changeset 6049


Ignore:
Timestamp:
06/01/2016 11:37:18 PM (9 years ago)
Author:
netweb
Message:

Build Tools: Update grunt-patch-wordpress to 0.4.0

This update adds two main features for your WordPress development happiness.

1) GitHub URL support. You can now use grunt patch:https://github.com/bbpress/bbPress/pull/3 with any copy of bbPress on GitHub. No longer will you need to download the patch manually.

2) Upload patches directly from the command line. No longer will you need to create a patch and manually upload it to trac. grunt upload_patch:20000 will upload a patch to the appropriate ticket after a user enters a WordPress.org username and password. This is limited to users with the appropriate XML-RPC privileges in trac (right now, that is just bug committers). You still need to manually add the has patch keyword.

Full changelog: https://github.com/aaronjorbin/grunt-patch-wordpress/compare/0.3.0...0.4.0

Props jorbin, ericlewis, michaelbeil, netweb

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r5995 r6049  
    219219            }
    220220        },
     221        upload_patch: {
     222            options: {
     223                tracUrl: 'bbpress.trac.wordpress.org'
     224            }
     225        },
    221226        phpunit: {
    222227            'default': {
  • trunk/package.json

    r6035 r6049  
    1919    "grunt-jsvalidate": "~0.2.2",
    2020    "grunt-legacy-util": "^0.2.0",
    21     "grunt-patch-wordpress": "~0.3.0",
     21    "grunt-patch-wordpress": "~0.4.0",
    2222    "grunt-postcss": "~0.8.0",
    2323    "grunt-rtlcss": "~2.0.1",
Note: See TracChangeset for help on using the changeset viewer.