Skip to content

Commit

Permalink
add distignore (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakumar-upland authored Jul 24, 2024
1 parent 549ce14 commit 120e08b
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 6 deletions.
33 changes: 33 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# A set of files you probably don't want in your WordPress.org distribution
/.wordpress-org
/.git
/.github
.distignore
.gitattributes
.editorconfig
.git
.gitignore
.gitlab-ci.yml
.travis.yml
.DS_Store
Thumbs.db
behat.yml
bin
circle.yml
composer.json
composer.lock
Gruntfile.js
package.json
phpunit.xml
phpunit.xml.dist
multisite.xml
multisite.xml.dist
phpcs.ruleset.xml
README.md
wp-cli.local.yml
tests
.github
node_modules
*.sql
*.tar.gz
*.zip
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
uses: actions/checkout@v2

- name: WordPress Plugin Deploy
# Switch to master whenever version 2.2.0 is released
# https://github.com/10up/action-wordpress-plugin-deploy/milestone/7
uses: 10up/action-wordpress-plugin-deploy@develop
uses: 10up/action-wordpress-plugin-deploy@master
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
VERSION: 3.1.17
VERSION: 3.1.18
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: Second Street
Tags: Page, Post, Shortcode, Promotion, Second Street, UPICKEM
Requires at least: 3.0
Tested up to: 6.6
Stable tag: 3.1.17
Stable tag: 3.1.18
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -77,4 +77,7 @@ If you are having problems activating your plugin, please contact Second Street'
* Version update

= 3.1.17 =
* Version update

= 3.1.18 =
* Version update
2 changes: 1 addition & 1 deletion secondstreet-promotion.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Second Street
* Description: Plugin will allow Second Street Affiliates to embed a Second Street Promotion within their WordPress site(s).
* Version: 3.1.17
* Version: 3.1.18
* Author: Second Street
* Author URI: http://secondstreet.com
* License: GPL2
Expand Down

0 comments on commit 120e08b

Please sign in to comment.