Skip to content

Commit c04f8a7

Browse files
committed
ci: release new package-url data as a patch
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent a5f1c89 commit c04f8a7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/sync-purls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ jobs:
6363
git commit -m "$(echo -e "Regenerate FST using latest PURLs\n\nSigned-off-by: AboutCode Automation <automation@aboutcode.org>")" || exit 0
6464
git push
6565
66-
- name: Bump minor version
66+
- name: Bump patch version
6767
id: bump
6868
if: steps.regen_fst.outputs.changed == 'true'
6969
run: |-
70-
output=$(cargo set-version --bump minor 2>&1)
70+
output=$(cargo set-version --bump patch 2>&1)
7171
new_version=$(echo "$output" | awk '{print $NF}')
7272
7373
echo "new_version=$new_version" >> $GITHUB_OUTPUT

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ fn example() {
6363
}
6464
```
6565

66+
## How to get latest Package-URL data?
67+
68+
A patch release is published daily with the latest FST generated from newly mined package-urls.
69+
70+
6671
## Contribution
6772

6873
We welcome contributions from the community! If you find a bug or have an idea for a new feature, please open an issue on the GitHub repository. If you want to contribute code, you can fork the repository, make your changes, and submit a pull request.

0 commit comments

Comments
 (0)