Skip to content

Commit 1ad38bf

Browse files
Ci: Enable auto-deploy on v* tags and add migration note to README
1 parent 20de6f2 commit 1ad38bf

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/release-package.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: node-mac-virtual-display Package
22

33
on:
4-
release:
5-
types: [created]
4+
push:
5+
tags:
6+
- 'v*'
67

78
jobs:
89
build:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ A native library for macOS to create virtual displays for your applications usin
1717

1818
## Installation
1919

20+
> [!IMPORTANT]
21+
> **Package Name Changed**: Starting from v1.0.11, the package is published under the `@enfp-dev-studio` scope.
22+
> - **Old**: `node-mac-virtual-display`
23+
> - **New**: `@enfp-dev-studio/node-mac-virtual-display`
24+
2025
Use npm to install the library:
2126

2227
```shell

0 commit comments

Comments
 (0)