From 724471e4301bf24afff3b5efbe0ecd2a4da14651 Mon Sep 17 00:00:00 2001 From: Sleeyax Date: Wed, 9 Feb 2022 03:39:05 +0100 Subject: [PATCH] Add note about releases --- .github/workflows/release.yaml | 1 - README.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 080b370..5f07914 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,6 +41,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: file: "./src-go/server/build/*;./build/libs/*.jar" - delete_file: "build/*.h" tags: true draft: false # set to true to store as draft (i.e. not public) \ No newline at end of file diff --git a/README.md b/README.md index 4d0568c..5d69406 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ Make sure to rename the local server binary to `server.{EXT}`, where `{EXT}` is We use semantic versioning and significant changes to the extension GUI are considered major. This way you only need to swap out the server binaries when new minor versions are released. +**NOTE**: if you want to help out with improving the build process/releases, see [this issue](https://github.com/sleeyax/burp-awesome-tls/issues/13). + ## Manual build Instructions This extension was developed with JetBrains IntelliJ (and GoLand) IDE. The build instructions below assume you're using the same tools to build.