Skip to content

Commit 16e8312

Browse files
committed
prepare release
1 parent 224d447 commit 16e8312

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ This project is based [ionic-team/ionic-angular-standalone-codemods](https://git
1616
1717
## Initialize
1818

19-
**This is beta version.**
20-
2119
```bash
22-
npm install @rdlabo/ionic-angular-collect-icons@beta --save-dev
20+
npm install @rdlabo/ionic-angular-collect-icons --save-dev
2321
```
2422

2523
### 🤖 Automatic Configuration

release.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ workspaces.forEach(async (workspace) => {
99
const buildPackagePath = path.resolve('./packages/' + workspace);
1010
await updatePackage(buildPackagePath + '/package.json', { version: pkg.version });
1111
exec(
12-
`cd ${buildPackagePath} && npm publish --tag=beta`,
12+
`cd ${buildPackagePath} && npm publish --access public`,
1313
(err, stdout, stderr) => {
1414
if (err) {
1515
console.error(err);

0 commit comments

Comments
 (0)