File tree 3 files changed +21
-5
lines changed
3 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 11
11
# https://circleci.com/developer/images/image/cimg/node
12
12
# - image: cimg/node:12.22.1
13
13
# - currently we need this for dynamic import in module tests, ONLY.
14
- # - image: cimg/node:20.18.3
15
- - image : denoland/deno:2.1.0
14
+ - image : cimg/node:20.18.3
15
+ # - image: denoland/deno:2.2.2
16
16
17
17
# Specify service dependencies here if necessary
18
18
# CircleCI maintains a library of pre-built images
24
24
working_directory : ~/repo
25
25
26
26
steps :
27
- - run : apt-get update
28
- - run : apt install -qq -y curl gpg git ssh
27
+ # - run: apt-get update
28
+ # - run: apt install -qq -y curl gpg git ssh
29
+ - run : curl -fsSL https://deno.land/install.sh | sh
30
+ - run : echo 'export PATH="${PATH}:/home/circleci/.deno/bin"' >> $BASH_ENV
29
31
30
32
- checkout
31
33
59
61
# - run: yarn build
60
62
# - run: yarn test:build
61
63
62
- # - run: yarn semantic-release
64
+ - run : deno task build:npm
65
+
66
+ # - run: deno run -A npm:semantic-release
67
+ - run : npm install -D @sebbo2002/semantic-release-jsr conventional-changelog-conventionalcommits
68
+ - run : npx semantic-release
Original file line number Diff line number Diff line change 18
18
"@std/fmt" : " jsr:@std/fmt@^1.0.5" ,
19
19
"@std/testing" : " jsr:@std/testing@^1.0.9" ,
20
20
"@types/json-schema" : " npm:@types/json-schema@^7.0.15" ,
21
+ "conventional-changelog-conventionalcommits" : " npm:conventional-changelog-conventionalcommits@^8.0.0" ,
21
22
"fetch-mock-cache" : " npm:fetch-mock-cache@^2.1.3" ,
22
23
"jest-get-type" : " npm:jest-get-type@^29.6.3" ,
23
24
"json-schema" : " npm:json-schema@^0.4.0" ,
You can’t perform that action at this time.
0 commit comments