Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 94babfc
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Aug 22 18:51:22 2022 +0100

    fix(release): Bump semantic release package (#377)

    Bump semantic release

commit 716c816
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Aug 22 16:07:15 2022 +0100

    feat(installer): Get installer to handle multi-platform binaries [DEV-1667] (#376)

    * Add support for determining the correct Github Release asset based on OS type and architecture
    * Set recommended Docker image version

    Signed-off-by: Andrew Nikitin <andrew.nikitin@evernym.com>
    Co-authored-by: Andrew Nikitin <andrew.nikitin@evernym.com>
  • Loading branch information
ankurdotb committed Aug 22, 2022
1 parent 48afe45 commit 66dcfcc
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 55 deletions.
125 changes: 71 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"conventional-changelog-conventionalcommits": "^5.0.0",
"semantic-release": "^19.0.3"
"semantic-release": "^19.0.4"
}
}

0 comments on commit 66dcfcc

Please sign in to comment.