diff --git a/README.md b/README.md index ae0e3ba..c868e43 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ReplaceTokens -[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-action/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8) +[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-task/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8) This Azure Pipelines task replaces tokens in text based files with variable values. diff --git a/package.json b/package.json index 25cc886..089aca5 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "test:v5": "mocha tasks/ReplaceTokensV5/dist/tests/L0.js", "test:v6": "mocha tasks/ReplaceTokensV6/dist/tests/L0.js", "package": "node scripts/package.js", - "package-public": "node scripts/package.js --public", + "package:public": "node scripts/package.js --public", "format": "npm run format:v3 && npm run format:v4 && npm run format:v5 && npm run format:v6", "format:v3": "prettier --write tasks/ReplaceTokensV3/**/*.ts", "format:v4": "prettier --write tasks/ReplaceTokensV4/**/*.ts", diff --git a/tasks/ReplaceTokensV3/README.md b/tasks/ReplaceTokensV3/README.md index 6621be6..2b277b5 100644 --- a/tasks/ReplaceTokensV3/README.md +++ b/tasks/ReplaceTokensV3/README.md @@ -1,5 +1,5 @@ # [DEPRECATED] ReplaceTokens v3 -[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-action/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8) +[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-task/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8) This version of the task is deprecated, use [replacetokens@5](https://github.com/qetza/replacetokens-task/blob/main/tasks/ReplaceTokensV5/README.md) (node10) or [replacetokens@6](https://github.com/qetza/replacetokens-task/blob/main/tasks/ReplaceTokensV6/README.md) (node16) task instead. diff --git a/tasks/ReplaceTokensV4/README.md b/tasks/ReplaceTokensV4/README.md index 51ceaf8..aad28a4 100644 --- a/tasks/ReplaceTokensV4/README.md +++ b/tasks/ReplaceTokensV4/README.md @@ -1,5 +1,5 @@ # [DEPRECATED] ReplaceTokens v4 -[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-action/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8) +[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-task/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8) This version of the task is deprecated, use [replacetokens@5](https://github.com/qetza/replacetokens-task/blob/main/tasks/ReplaceTokensV5/README.md) (node10) or [replacetokens@6](https://github.com/qetza/replacetokens-task/blob/main/tasks/ReplaceTokensV6/README.md) (node16) task instead. diff --git a/tasks/ReplaceTokensV5/README.md b/tasks/ReplaceTokensV5/README.md index 387c205..ef6bdcc 100644 --- a/tasks/ReplaceTokensV5/README.md +++ b/tasks/ReplaceTokensV5/README.md @@ -1,5 +1,5 @@ # ReplaceTokens v5 -[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-action/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8) +[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-task/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8) This Azure Pipelines task replaces tokens in text based files with variable values. diff --git a/tasks/ReplaceTokensV6/README.md b/tasks/ReplaceTokensV6/README.md index 2870f32..11a180a 100644 --- a/tasks/ReplaceTokensV6/README.md +++ b/tasks/ReplaceTokensV6/README.md @@ -1,5 +1,5 @@ # ReplaceTokens v6 -[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-action/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8) +[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-task/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8) This Azure Pipelines task replaces tokens in text based files with variable values.