Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Sep 8, 2024
1 parent 9014a1b commit 0d609d9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- name: set version
run: |
echo "VERSION=0.0.2" >> $GITHUB_ENV
echo "VERSION=0.0.3" >> $GITHUB_ENV
NOW=$(date +"%Y/%m/%d/%H/%M")
echo "NOW=$NOW" >> $GITHUB_ENV
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ XRAY POC RUNNER (Open Source Version)
Get

```shell
go get github.com/4ra1n/poc-runner/[email protected].2
go get github.com/4ra1n/poc-runner/[email protected].3
```

Example
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@ECHO OFF

REM SET VERSION
SET "VERSION=0.0.2"
SET "VERSION=0.0.3"
ECHO [*] BUILD POC RUNNER %VERSION%

REM CLEAN BUILD DIR
Expand Down
6 changes: 5 additions & 1 deletion release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ SET "VERSION=0.0.1"

## STEP3

github action run
edit `README.md` api doc

## STEP4

github action run

## STEP5

github release

0 comments on commit 0d609d9

Please sign in to comment.