Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
wiggins tag (#421)
Browse files Browse the repository at this point in the history
* wiggins tag

* pr number

* move to earlier release

* bump to retry

Co-authored-by: Wesley Van Melle <[email protected]>
  • Loading branch information
enricozb and Wesley Van Melle authored Oct 29, 2021
1 parent 0570b34 commit 2eed03b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- Npm: Adds support for workspaces. ([#374](https://github.com/fossas/spectrometer/pull/374))
- Npm: Removes unreliable `npm ls`-based analysis tactic. ([#374](https://github.com/fossas/spectrometer/pull/374))
- `fossa-deps`: Adds support for `bower`-type in `referenced-dependencies`. ([#406](https://github.com/fossas/spectrometer/pull/406))
- Monorepo: Chunk AOSP files when uploading ([#421](https://github.com/fossas/spectrometer/pull/421)).
- Monorepo: Don't fail on files that are filtered during expansion ([#421](https://github.com/fossas/spectrometer/pull/421)).

## v2.18.1

Expand Down
2 changes: 1 addition & 1 deletion vendor_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ esac
TAG="latest"
echo "Downloading asset information from latest tag for architecture '$ASSET_POSTFIX'"

WIGGINS_TAG="2021-10-23-5e9bceb"
WIGGINS_TAG="2021-10-28-4a27736"
echo "Downloading wiggins binary"
echo "Using wiggins release: $WIGGINS_TAG"
WIGGINS_RELEASE_JSON=vendor-bins/wiggins-release.json
Expand Down

0 comments on commit 2eed03b

Please sign in to comment.