Skip to content

Tags: theredguild/devcontainer-wizard

Tags

v1.2.1

Toggle v1.2.1's commit message
version bumped to v1.2.1 

v1.2.0

Toggle v1.2.0's commit message
fix(ci): build tarball filename from package.json to avoid oclif warn… …ings The previous approach using 'pnpm pack --json | jq -r .filename' was fragile because oclif warnings would contaminate the JSON output, causing jq parsing to fail. Now we construct the filename directly from package.json using the standard npm naming convention: <name>-<version>.tgz. This makes the workflow more robust and independent of pnpm's output format. Changes: - Extract name and version directly from package.json using jq - Transform scoped package names (@org/pkg -> org-pkg) - Construct filename following npm conventions - Use 'pnpm pack --silent' to suppress unnecessary output

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #15 from theredguild/develop (devcontainer): added eth-security-toolbox

v1.0.0-alpha

Toggle v1.0.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #9 from theredguild/back-button feat(wizard): Add back button and improve prebuilt flow