Skip to content

Commit

Permalink
ci: use the release releaseType for github
Browse files Browse the repository at this point in the history
  • Loading branch information
mscharley committed Mar 3, 2022
1 parent e2b5f8f commit bc0e0da
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
appId: "com.github.mscharley.notes-nc"
appId: 'com.github.mscharley.notes-nc'
files:
- "**/*"
- "!node_modules/**/*"
- "!**/__screenshots__/**/*"
- "!**/__tests__/**/*"
- "!**/__viteshot__/**/*"
- "!**/*.screenshot.*"
- '**/*'
- '!node_modules/**/*'
- '!**/__screenshots__/**/*'
- '!**/__tests__/**/*'
- '!**/__viteshot__/**/*'
- '!**/*.screenshot.*'
# Recommendations from upstream. Many of these will not be relevant since we dump the whole node_modules folder.
- "!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}"
- "!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}"
- "!**/node_modules/*.d.ts"
- "!**/node_modules/.bin"
- "!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}"
- "!.editorconfig"
- "!**/._*"
- "!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,.gitignore,.gitattributes}"
- "!**/{__pycache__,thumbs.db,.flowconfig,.idea,.vs,.nyc_output}"
- "!**/{appveyor.yml,.travis.yml,circle.yml}"
- "!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json}"
- '!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}'
- '!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}'
- '!**/node_modules/*.d.ts'
- '!**/node_modules/.bin'
- '!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}'
- '!.editorconfig'
- '!**/._*'
- '!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,.gitignore,.gitattributes}'
- '!**/{__pycache__,thumbs.db,.flowconfig,.idea,.vs,.nyc_output}'
- '!**/{appveyor.yml,.travis.yml,circle.yml}'
- '!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json}'

electronUpdaterCompatibility: '>=2.16'

Expand All @@ -37,3 +37,4 @@ publish:
- provider: github
owner: mscharley
repo: notes-nc
releaseType: 'release'

0 comments on commit bc0e0da

Please sign in to comment.