Skip to content

Commit 38b43c5

Browse files
authored
Merge pull request #77 from mountaindude/master
2.0.1 RC1
2 parents 70acdee + 6ab25db commit 38b43c5

File tree

4 files changed

+74
-5
lines changed

4 files changed

+74
-5
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
artifacts: ./${{ needs.release-please.outputs.release_tag_name }}-macos.zip
205205
token: ${{ github.token }}
206206

207-
- name: Tidy up before existing
207+
- name: Tidy up before exiting
208208
run: |
209209
rm -r release-macos
210210
@@ -259,7 +259,7 @@ jobs:
259259
artifacts: ./${{ needs.release-please.outputs.release_tag_name }}-linux.zip
260260
token: ${{ github.token }}
261261

262-
- name: Tidy up before existing
262+
- name: Tidy up before exiting
263263
run: |
264264
rm -r release-linux
265265
@@ -339,7 +339,7 @@ jobs:
339339
artifacts: release-win/${{ needs.release-please.outputs.release_tag_name }}-win.zip
340340
token: ${{ github.token }}
341341

342-
- name: Tidy up before existing
342+
- name: Tidy up before exiting
343343
run: |
344344
dir
345345
Remove-Item -path ./release-win -recurse

.github/workflows/virus-scan.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: released
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
virustotal:
9+
runs-on: ubuntu-latest
10+
steps:
11+
-
12+
name: VirusTotal Scan
13+
uses: crazy-max/ghaction-virustotal@v3
14+
with:
15+
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
16+
request_rate: 4
17+
update_release_body: true
18+
files: |
19+
.zip$

changelog.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,58 @@
3333
* Update sample docker-compose file ([3f2f0b5](https://github.com/ptarmiganlabs/butler-spyglass/commit/3f2f0b57ada55bcd7f069a444cccb4efea935cec))
3434

3535

36+
### Miscellaneous
37+
38+
* **deps:** update docker/build-push-action action to v4 ([8b41abf](https://github.com/ptarmiganlabs/butler-spyglass/commit/8b41abf113ff365bea3f7f83677596806737f538))
39+
* **deps:** Updated dependencies ([fae3a34](https://github.com/ptarmiganlabs/butler-spyglass/commit/fae3a34b4010edace7d20eddaaca3d26f76316c0))
40+
* **master:** release butler-spyglass 2.0.0 ([ea8f2a9](https://github.com/ptarmiganlabs/butler-spyglass/commit/ea8f2a9af2ef68751ffb63acc65bc7f76e34ad97))
41+
* **master:** release butler-spyglass 2.0.0 ([8d836e5](https://github.com/ptarmiganlabs/butler-spyglass/commit/8d836e59967ad582900709544106d64cb3e702b6))
42+
* **master:** release butler-spyglass 2.0.0 ([4fd81bb](https://github.com/ptarmiganlabs/butler-spyglass/commit/4fd81bbe837ba1c9c0ebff6c52e2b922c149838d))
43+
* Update code linting setup ([ab931f0](https://github.com/ptarmiganlabs/butler-spyglass/commit/ab931f0d96cfef8b4edd2ec59f556afae4ced15e))
44+
* Update deps ([a997c72](https://github.com/ptarmiganlabs/butler-spyglass/commit/a997c7258ebb349de7723fd56c653ded4d78126f))
45+
46+
47+
### Build pipeline
48+
49+
* Add Dependabot scanning of source code ([2393cae](https://github.com/ptarmiganlabs/butler-spyglass/commit/2393caeec39df6983ab22d4dad3f4b566691091c))
50+
* Add missing macOS build files ([ec6725a](https://github.com/ptarmiganlabs/butler-spyglass/commit/ec6725aa76270b32ecae06b74c7eb250f7b970d3))
51+
* Add pre-commit scans of source code ([2eb12c5](https://github.com/ptarmiganlabs/butler-spyglass/commit/2eb12c536d9b27710be1d7634137965290a1697c))
52+
* Fix broken macOS build ([ae5217b](https://github.com/ptarmiganlabs/butler-spyglass/commit/ae5217b95d6881eafbd4aa4c7faf4bc6da990557))
53+
* Move build pipeline from drone.io to GitHub Actions ([379dc55](https://github.com/ptarmiganlabs/butler-spyglass/commit/379dc55fa2c464c666db29a03d52f6bcb9f45891))
54+
55+
## [2.0.0](https://github.com/ptarmiganlabs/butler-spyglass/compare/butler-spyglass-v2.0.0...butler-spyglass-v2.0.0) (2023-03-10)
56+
57+
58+
### ⚠ BREAKING CHANGES
59+
60+
* New config file structure. Not backwards compatible!
61+
* Update config file format
62+
63+
### Features
64+
65+
* Create pre-built binaries for Windows, macOS and Linux ([2be9842](https://github.com/ptarmiganlabs/butler-spyglass/commit/2be9842aa160a5f68c988e316d91bfc26bbc8f1b)), closes [#69](https://github.com/ptarmiganlabs/butler-spyglass/issues/69)
66+
* Improved bug reporting & feature suggestion ([1122f27](https://github.com/ptarmiganlabs/butler-spyglass/commit/1122f27084e4504e23a8f512ce87db0fa977dd8c))
67+
68+
69+
### Bug Fixes
70+
71+
* Fix broken build pipeline ([db5cc7d](https://github.com/ptarmiganlabs/butler-spyglass/commit/db5cc7d17a8ca62a2a1693a6be2384ab16e3a122))
72+
* New config file structure. Not backwards compatible! ([9885d68](https://github.com/ptarmiganlabs/butler-spyglass/commit/9885d68e19eb027bc74976e93e0cd22cdf22eabe))
73+
* package.json & package-lock.json to reduce vulnerabilities ([40845c7](https://github.com/ptarmiganlabs/butler-spyglass/commit/40845c7881813c7c69d8425564b1e8041a5c6d6b))
74+
* Update config file format ([9b45d47](https://github.com/ptarmiganlabs/butler-spyglass/commit/9b45d47b53ef54f4e20738d5075bad7aeee872ae))
75+
76+
77+
### Refactoring
78+
79+
* Code cleanup ([5c1901b](https://github.com/ptarmiganlabs/butler-spyglass/commit/5c1901b9e20fd0312adef0cd66d76f74f7d439ad))
80+
81+
82+
### Documentation
83+
84+
* Add BNF definition file ([d17a74f](https://github.com/ptarmiganlabs/butler-spyglass/commit/d17a74fae155b4a00cc721879df1b5288591b358))
85+
* Update sample docker-compose file ([3f2f0b5](https://github.com/ptarmiganlabs/butler-spyglass/commit/3f2f0b57ada55bcd7f069a444cccb4efea935cec))
86+
87+
3688
### Miscellaneous
3789

3890
* **deps:** update docker/build-push-action action to v4 ([8b41abf](https://github.com/ptarmiganlabs/butler-spyglass/commit/8b41abf113ff365bea3f7f83677596806737f538))

release-please-config.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"last-release-sha": "e425da66c8cc758fa4dbf7e8670f7619be10b1b2",
3-
"release-as": "2.0.0",
42
"release-type": "node",
53
"draft": true,
64
"changelog-sections": [

0 commit comments

Comments
 (0)