Skip to content

Commit

Permalink
refactor: code structure supporting single source exhort payload to m…
Browse files Browse the repository at this point in the history
…ulti source (#225)

* refactor: single-source to multi-source

Signed-off-by: Ilona Shishov <[email protected]>

* chore: simplify collector

Signed-off-by: Ilona Shishov <[email protected]>

* docs: add TypeDoc annotations

* chore: remove unused make files

Signed-off-by: Ilona Shishov <[email protected]>

* test: update unit tests

Signed-off-by: Ilona Shishov <[email protected]>

* feat: add OSS Index dependency provider

Signed-off-by: Ilona Shishov <[email protected]>

---------

Signed-off-by: Ilona Shishov <[email protected]>
  • Loading branch information
IlonaShishov authored Nov 22, 2023
1 parent 9ff5ecb commit f828008
Show file tree
Hide file tree
Showing 31 changed files with 2,604 additions and 2,489 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Update package with new version
id: bump
run: |
echo "version=$(npm version prerelease --no-git-tag-version --preid ea)" >> "$GITHUB_OUTPUT"
echo "version=$(npm version ${{ vars.VERSION_BUMPING_TYPE }} --no-git-tag-version --preid ea)" >> "$GITHUB_OUTPUT"
- name: Install project modules
run: npm ci
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
const response = await github.request('POST /repos/' + repo_name + '/releases', {
tag_name: '${{ steps.bump.outputs.version }}',
name: '${{ steps.bump.outputs.version }}',
prerelease: true,
prerelease: false,
generate_release_notes: true
})
37 changes: 0 additions & 37 deletions make-artifacts.sh

This file was deleted.

6 changes: 0 additions & 6 deletions make-tar-che.sh

This file was deleted.

Loading

0 comments on commit f828008

Please sign in to comment.