Skip to content

Commit b505c4b

Browse files
authored
Merge pull request #47 from open-template-hub/develop
Release/update auth server name
2 parents 11010a9 + 4a9ff3c commit b505c4b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/on-version-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
branch: workflow/version-update
5454
delete-branch: true
5555
base: develop
56-
title: 'workflow: Version Update PR'
56+
title: 'Workflow/version update'

NPM-README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Available server types are:
1818

1919
* [Payment Server](https://github.com/open-template-hub/payment-server-template)
2020
* [Basic Info Server](https://github.com/open-template-hub/basic-info-server-template)
21-
* [Auth Server](https://github.com/open-template-hub/auth-server-nodejs-template)
21+
* [Auth Server](https://github.com/open-template-hub/auth-server-template)
2222
* [File Storage Server](https://github.com/open-template-hub/file-storage-server-template)
2323
* [Analytics Server](https://github.com/open-template-hub/analytics-server-template)
2424
* [Mail Server](https://github.com/open-template-hub/mail-server-template)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Available server types are:
2424

2525
* [Payment Server](https://github.com/open-template-hub/payment-server-template)
2626
* [Basic Info Server](https://github.com/open-template-hub/basic-info-server-template)
27-
* [Auth Server](https://github.com/open-template-hub/auth-server-nodejs-template)
27+
* [Auth Server](https://github.com/open-template-hub/auth-server-template)
2828
* [File Storage Server](https://github.com/open-template-hub/file-storage-server-template)
2929
* [Analytics Server](https://github.com/open-template-hub/analytics-server-template)
3030
* [Mail Server](https://github.com/open-template-hub/mail-server-template)

src/constant.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const BRANCH_NAME = 'master';
1313

1414
export const ProjectName = {
1515
PaymentServer: 'payment-server-template',
16-
AuthServer: 'auth-server-nodejs-template',
16+
AuthServer: 'auth-server-template',
1717
BasicInfoServer: 'basic-info-server-template',
1818
FileStorageServer: 'file-storage-server-template',
1919
AnalyticsServer: 'analytics-server-template',
@@ -22,7 +22,7 @@ export const ProjectName = {
2222

2323
export const PackageName = {
2424
PaymentServer: 'payment-server-template',
25-
AuthServer: 'auth-server-nodejs-template',
25+
AuthServer: 'auth-server-template',
2626
BasicInfoServer: 'basic-info-server-template',
2727
FileStorageServer: 'file-storage-server-template',
2828
AnalyticsServer: 'analytics-server-template',

0 commit comments

Comments
 (0)