Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links in readme #2

Merged
merged 1 commit into from
Mar 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tasks/ReplaceTokensV3/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion tasks/ReplaceTokensV4/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion tasks/ReplaceTokensV5/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion tasks/ReplaceTokensV6/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down