Skip to content

Comments

Publish contracts to contrafactory#49

Merged
penDerGraft merged 4 commits intomainfrom
bp/add-contrafactory-publish
Feb 13, 2026
Merged

Publish contracts to contrafactory#49
penDerGraft merged 4 commits intomainfrom
bp/add-contrafactory-publish

Conversation

@penDerGraft
Copy link
Contributor

This PR adds support for pushing packages to contrafactory, which will make it simpler to manage contract versions moving forward.

@cursor
Copy link

cursor bot commented Feb 13, 2026

You have run out of free Bugbot PR reviews for this billing cycle. This will reset on March 4.

To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Comment on lines 32 to 43
- name: Install Contrafactory CLI
run: |
VERSION=${CONTRAFACTORY_CLI_VERSION:-latest}
if [ "$VERSION" = "latest" ]; then
DOWNLOAD_URL=$(curl -s https://api.github.com/repos/pendergraft/contrafactory/releases/latest \
| jq -r '.assets[] | select(.name | test("linux-amd64$")) | .browser_download_url')
else
DOWNLOAD_URL="https://github.com/pendergraft/contrafactory/releases/download/${VERSION}/contrafactory-linux-amd64"
fi
curl -sL "$DOWNLOAD_URL" -o /usr/local/bin/contrafactory
chmod +x /usr/local/bin/contrafactory
contrafactory --version
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated!

@penDerGraft penDerGraft merged commit 7249803 into main Feb 13, 2026
3 checks passed
@penDerGraft penDerGraft deleted the bp/add-contrafactory-publish branch February 13, 2026 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants