Skip to content

Commit

Permalink
Merge pull request #3 from Automattic/release/v3.1.0
Browse files Browse the repository at this point in the history
Bump plugin version and update changelog
  • Loading branch information
jom authored Nov 8, 2023
2 parents 499a1ff + 6b42d65 commit 6b5c8cf
Show file tree
Hide file tree
Showing 6 changed files with 1,171 additions and 935 deletions.
8 changes: 5 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ module.exports = function( grunt ){
'!CONTRIBUTING.md',
'!readme.md',
'!phpcs.ruleset.xml',
'!tools/**'
'!tools/**',
'!screenshot-1.png',
'!screenshot-2.png',
'!banner-1544x500.png',
],
dest: '<%= dirs.build %>/'
}
Expand Down Expand Up @@ -157,7 +160,6 @@ module.exports = function( grunt ){
grunt.loadNpmTasks( 'grunt-checkbranch' );
grunt.loadNpmTasks( 'grunt-wp-deploy' );
grunt.loadNpmTasks( 'grunt-shell' );
grunt.loadNpmTasks( 'grunt-checkrepo' );
grunt.loadNpmTasks( 'grunt-wp-i18n' );
grunt.loadNpmTasks( 'grunt-wp-readme-to-markdown');
grunt.loadNpmTasks( 'grunt-zip' );
Expand All @@ -167,7 +169,7 @@ module.exports = function( grunt ){

grunt.registerTask( 'build', [ 'gitinfo', 'clean', 'copy' ] );

grunt.registerTask( 'deploy', [ 'checkbranch:master', 'checkrepo', 'build', 'wp_deploy' ] );
grunt.registerTask( 'deploy', [ 'checkbranch:master', 'build', 'wp_deploy' ] );
grunt.registerTask( 'deploy-unsafe', [ 'build', 'wp_deploy' ] );

grunt.registerTask( 'package', [ 'build', 'zip' ] );
Expand Down
Loading

0 comments on commit 6b5c8cf

Please sign in to comment.