Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release:
https://github.com/mathematic-inc/rules_mjml/releases/tag/v0.2.3

_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

Co-authored-by: publish-to-bcr-bot <112732530+publish-to-bcr-bot[bot]@users.noreply.github.com>
  • Loading branch information
publish-to-bcr-bot[bot] authored Mar 14, 2024
1 parent 53ed065 commit bd80414
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 1 deletion.
22 changes: 22 additions & 0 deletions modules/rules_mjml/0.2.3/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
"""Bazel rules for MJML."""

module(name = "rules_mjml", version = "0.2.3")

bazel_dep(name = "aspect_bazel_lib", version = "2.5.3")
bazel_dep(name = "aspect_rules_js", version = "1.38.0")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "rules_license", version = "0.0.8")
bazel_dep(name = "rules_nodejs", version = "6.0.5")

bazel_dep(name = "rules_pkg", version = "0.10.1", dev_dependency = True)

node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node")
node.toolchain()

npm = use_extension("@aspect_rules_js//npm:extensions.bzl", "npm")
npm.npm_translate_lock(
name = "mjml_toolchain",
pnpm_lock = "//:pnpm-lock.yaml",
verify_node_modules_ignored = "//:.bazelignore",
)
use_repo(npm, "mjml_toolchain")
12 changes: 12 additions & 0 deletions modules/rules_mjml/0.2.3/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
bcr_test_module:
module_path: e2e
matrix:
platform: [debian10, macos, ubuntu2004]
bazel: [6.x, 7.x]
tasks:
run_tests:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- //...
4 changes: 4 additions & 0 deletions modules/rules_mjml/0.2.3/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"integrity": "sha256-SQJnYsmO7k0DmlLuOni4+BqjKYgGxdEzcP83y1Od8ko=",
"url": "https://github.com/mathematic-inc/rules_mjml/releases/download/v0.2.3/rules_mjml-v0.2.3.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/rules_mjml/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"0.1.0",
"0.2.0",
"0.2.1",
"0.2.2"
"0.2.2",
"0.2.3"
],
"yanked_versions": {}
}

0 comments on commit bd80414

Please sign in to comment.