Skip to content

Commit

Permalink
Add note about releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeyax committed Feb 9, 2022
1 parent 1a15626 commit 724471e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 724471e

Please sign in to comment.