Skip to content

Commit

Permalink
Fix the release script (#413)
Browse files Browse the repository at this point in the history
* Fix the release script

Fixes #303

Signed-off-by: Matty Stratton <[email protected]>

* Update contributing file

Fixes #311

Signed-off-by: Matty Stratton <[email protected]>

---------

Signed-off-by: Matty Stratton <[email protected]>
  • Loading branch information
mattstratton authored Jan 5, 2024
1 parent 19ff865 commit b7bfa03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
mkdir -p release
ls
pwd
zip -r release/castanet-${CIRCLE_TAG}.zip . -x \*.git\* \*exampleSite\* appveyor.yml \*.circleci\* \*tests\* \*bin\* \*build\* \*release\* config.codekit3 \*node_modules\* gulpfile.js netlify.toml package.json STYLE.md *\node_modules\* \*test\*
zip -r release/castanet-${CIRCLE_TAG}.zip . -x \*.git\* \*exampleSite\* appveyor.yml \*.circleci\* \*tests\* \*bin\* \*build\* \*release\* config.codekit3 \*node_modules\* gulpfile.js netlify.toml package.json STYLE.md \*test\* \*images\* \*gulp\*
- run:
name: "Publish release on GitHub"
command: |
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Use this to set any SCSS variables, or to over-ride any variables used by Bootst
This is the only place you should declare custom SCSS or CSS code.

### Javascript
All Javascript files are combined using CodeKit. The source Javascript files can be located either in `bower-components` or `static/js`. They are comibined and minified into `static/castanet-min.js`.
All Javascript files are combined using gulp. The source Javascript files can be located either in `node_modules` or `static/js`. They are combined and minified into `static/castanet-min.js`.

## Local build and testing

Expand Down

0 comments on commit b7bfa03

Please sign in to comment.