Skip to content

Commit

Permalink
Merge remote-tracking branch 'template/main'
Browse files Browse the repository at this point in the history
Update latest changes from template repository
  • Loading branch information
mgred committed Jan 5, 2024
2 parents d15d101 + 78bc97f commit f0e6dfe
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.0.0
11 changes: 10 additions & 1 deletion .github/workflows/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ cat > release_notes.md <<EOF
> [!IMPORTANT]
> Installation is only supported via Bzlmod!
Choose from the options below and put as dependency in your `MODULE.bazel`.
### Install from BCR
\`\`\`starlark
bazel_dep(name = "bzlparty_rules_quickjs", version = "${VERSION}")
\`\`\`
### Install from Git
\`\`\`starlark
Expand Down Expand Up @@ -47,7 +56,7 @@ archive_override(
## Checksums
*${RULES_ARCHIVE}* ${RULES_SHA}
**${RULES_ARCHIVE}** ${RULES_SHA}
EOF

Expand Down
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
default_stages: [commit]

repos:
- repo: https://github.com/keith/pre-commit-buildifier
rev: 6.4.0
hooks:
- id: buildifier
- id: buildifier-lint
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
Expand Down

0 comments on commit f0e6dfe

Please sign in to comment.