Skip to content

Commit e678c22

Browse files
committed
[minor] use release-vir GitHub Action for tagged-release GitHub Actions workflow
1 parent 950e825 commit e678c22

File tree

19 files changed

+99
-93
lines changed

19 files changed

+99
-93
lines changed

.github/workflows/tagged-release.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818

1919
steps:
2020
- uses: actions/[email protected]
21-
- name: numeric version
22-
uses: softprops/[email protected]
2321
with:
24-
make_latest: true
22+
fetch-depth: 0
23+
- uses: actions/[email protected]
24+
with:
25+
node-version-file: '.nvmrc'
26+
cache: 'npm'
27+
- uses: electrovir/release-vir@dev

package-lock.json

+44-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/mono-repo-root",
3-
"version": "13.10.8",
3+
"version": "13.11.0",
44
"private": true,
55
"type": "module",
66
"workspaces": [

packages/compile/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/compile",
3-
"version": "13.10.8",
3+
"version": "13.11.0",
44
"description": "Default TS compile plugin for virmator.",
55
"keywords": [
66
"virmator",
@@ -34,12 +34,12 @@
3434
"@augment-vir/assert": "^31.1.1",
3535
"@augment-vir/common": "^31.1.1",
3636
"@augment-vir/node": "^31.1.1",
37-
"@virmator/core": "^13.10.8"
37+
"@virmator/core": "^13.11.0"
3838
},
3939
"devDependencies": {
4040
"@augment-vir/test": "^31.1.1",
4141
"@types/node": "^22.10.2",
42-
"@virmator/plugin-testing": "^13.10.8",
42+
"@virmator/plugin-testing": "^13.11.0",
4343
"c8": "^10.1.3",
4444
"chalk": "^5.3.0",
4545
"concurrently": "^9.1.0",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/core",
3-
"version": "13.10.8",
3+
"version": "13.11.0",
44
"description": "Shared core functionality for all virmator plugins and the virmator CLI.",
55
"keywords": [
66
"automation",

packages/deps/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/deps",
3-
"version": "13.10.8",
3+
"version": "13.11.0",
44
"description": "Default TS deps plugin for virmator.",
55
"keywords": [
66
"virmator",
@@ -36,7 +36,7 @@
3636
"@augment-vir/assert": "^31.1.1",
3737
"@augment-vir/common": "^31.1.1",
3838
"@augment-vir/node": "^31.1.1",
39-
"@virmator/core": "^13.10.8",
39+
"@virmator/core": "^13.11.0",
4040
"mri": "^1.2.0"
4141
},
4242
"devDependencies": {

packages/docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/docs",
3-
"version": "13.10.8",
3+
"version": "13.11.0",
44
"description": "Default TS docs plugin for virmator.",
55
"keywords": [
66
"virmator",
@@ -35,7 +35,7 @@
3535
"@augment-vir/assert": "^31.1.1",
3636
"@augment-vir/common": "^31.1.1",
3737
"@augment-vir/node": "^31.1.1",
38-
"@virmator/core": "^13.10.8",
38+
"@virmator/core": "^13.11.0",
3939
"chalk": "^5.3.0",
4040
"mri": "^1.2.0"
4141
},

packages/format/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virmator/format",
3-
"version": "13.10.8",
3+
"version": "13.11.0",
44
"description": "Default format plugin for virmator.",
55
"keywords": [
66
"virmator",
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@augment-vir/assert": "^31.1.1",
3535
"@augment-vir/common": "^31.1.1",
36-
"@virmator/core": "^13.10.8",
36+
"@virmator/core": "^13.11.0",
3737
"mri": "^1.2.0"
3838
},
3939
"devDependencies": {

0 commit comments

Comments
 (0)