Skip to content

Commit 970d732

Browse files
authored
packaginbranch - wip (RedisJSON#82)
* packaginbranch * override module name
1 parent b3f0aef commit 970d732

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
name: Package
6060
command: |
6161
cargo build --all --all-targets --release
62-
ramp pack -m ramp.yml -o ./target/release/$PACKAGE_NAME.{os}-{architecture}.$CIRCLE_BRANCH.zip ./target/release/$MODULE_ARTIFACT
62+
ramp pack -m ramp.yml -n RedisJSON -o ./target/release/$PACKAGE_NAME.{os}-{architecture}.$CIRCLE_BRANCH.zip ./target/release/$MODULE_ARTIFACT
6363
6464
# - run:
6565
# name: Upload Coverage

ramp.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
display_name: RedisJSON
1+
display_name: RedisJSON2
22
author: Redis Labs
33
email: redismodules@redislabs.com
44
description: Native JSON Data Type for Redis
55
homepage: http://redisjson.io
66
license: Redis Source Available License Agreement
77
command_line_args: ""
8-
min_redis_version: "4.0"
9-
min_redis_pack_version: "5.0"
8+
min_redis_version: "5.0"
9+
min_redis_pack_version: "5.4"
1010
capabilities:
1111
- types
1212
- no_multi_key

0 commit comments

Comments
 (0)