diff --git a/.github/RELEASE_TEMPLATE/travis_release.md b/.github/RELEASE_TEMPLATE/travis_release.md new file mode 100644 index 0000000..4c79f6f --- /dev/null +++ b/.github/RELEASE_TEMPLATE/travis_release.md @@ -0,0 +1,18 @@ +# OGL ๐ŸทX.X.X - ๐ŸŽฎ Open Gamers' Library ๐Ÿ•น + +## ๐Ÿš€ New Features +- No new features + +## ๐Ÿ› Bug Fixes +- No new bug fixes + +## โญ Improvements +- No new improvements + +## ๐Ÿ“ƒOther Changes +- No other changes + +## ๐Ÿ’ฌ Release Notes +Released new version via Travis CI with CD + +> Brought to you by ๐Ÿ„ Houby Studio \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 7709b27..6cd6e4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ script: -v ~/.cache/electron:/root/.cache/electron \ -v ~/.cache/electron-builder:/root/.cache/electron-builder \ electronuserland/builder:wine \ - /bin/bash -c "yarn install --link-duplicates --pure-lockfile; yarn release --win --linux" + /bin/bash -c "yarn install --link-duplicates --pure-lockfile && yarn release --win --linux" else yarn install; yarn release; diff --git a/package.json b/package.json index cbc6e42..d6e0a44 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "email": "megastary@houby-stuio.com", "url": "https://houby-studio.eu/" }, - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "copyright": "Copyright ยฉ 2020 Houby Studio", "build": { @@ -20,7 +20,6 @@ "target": [ "nsis", "portable", - "msi", "zip" ] }, @@ -53,7 +52,7 @@ "compile": "electron-webpack", "dist": "yarn compile && electron-builder", "dist:dir": "yarn dist --dir -c.compression=store -c.mac.identity=null", - "release": "yarn compile && electron-builder", + "release": "yarn compile && electron-builder -c.snap.publish=github", "postinstall": "electron-builder install-app-deps" }, "dependencies": {