Skip to content

Commit

Permalink
chore: switch to release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Feb 13, 2023
1 parent 7899031 commit 062b8df
Show file tree
Hide file tree
Showing 7 changed files with 1,484 additions and 859 deletions.
12 changes: 0 additions & 12 deletions .autorc.json

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/publish.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Test
on:
push:
branches:
- next
- main
pull_request:
branches:
- next
- main

permissions:
contents: read
Expand Down
16 changes: 16 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
},
"hooks": {
"after:bump": "yarn build"
},
"plugins": {
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md"
}
}
}
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,29 @@
"patches"
],
"devDependencies": {
"@auto-it/conventional-commits": "^10.37.6",
"@auto-it/first-time-contributor": "^10.37.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@release-it/conventional-changelog": "^5.1.1",
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@types/semver": "^7.3.13",
"auto": "^10.37.6",
"browser-sync": "^2.27.10",
"concurrently": "^7.5.0",
"del-cli": "^5.0.0",
"jest-canvas-mock": "^2.4.0",
"jest-environment-jsdom": "^29.3.1",
"patch-package": "^6.5.0",
"postinstall-postinstall": "^2.1.0",
"rollup": "3.12.0",
"release-it": "^15.6.0",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^3.0.2",
"rollup": "3.12.0",
"sass": "^1.56.1",
"typescript": "^4.9.3",
"vega": "^5.22.1",
"vega-lite-dev-config": "^0.21.0",
"vega-lite": "^5.2.0",
"vega-lite-dev-config": "^0.21.0"
"vega": "^5.22.1"
},
"peerDependencies": {
"vega": "^5.21.0",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import json from "@rollup/plugin-json";
import resolve from "@rollup/plugin-node-resolve";
import ts from "rollup-plugin-ts";
import bundleSize from "rollup-plugin-bundle-size";
import { terser } from "rollup-plugin-terser";
import terser from "@rollup/plugin-terser";

import pkg from "./package.json" assert { type: "json" };

Expand Down
Loading

0 comments on commit 062b8df

Please sign in to comment.