Compare commits

...

3 Commits

Author SHA1 Message Date
Dane Everitt
cf2d17014a
Merge branch 'develop' into workflows/releases 2021-12-04 10:27:15 -08:00
Matthew Penner
26a6edd3e2
Merge branch 'develop' into workflows/releases 2021-11-15 11:11:20 -07:00
softwarenoob
e792431f31
ci(release): add ESLint config
Includes ESLint configuration file in releases to prevent issues with users trying to modify and build the release code, and having broken ESLint formatting in PRs
2021-11-15 17:17:43 +02:00

View File

@ -34,7 +34,7 @@ jobs:
- name: Create release archive
run: |
rm -rf node_modules/ test/ codecov.yml CODE_OF_CONDUCT.md CONTRIBUTING.md phpunit.dusk.xml phpunit.xml Vagrantfile
tar -czf panel.tar.gz * .env.example .babel-plugin-macrosrc.js
tar -czf panel.tar.gz * .env.example .eslintignore .eslintrc.yml .babel-plugin-macrosrc.js
- name: Extract changelog
id: extract_changelog