Skip to content

Commit

Permalink
v6: Fix min agent in v6 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
qetza authored Mar 15, 2024
1 parent cee5bdf commit 3d47a23
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.0.3
Task 6.0.3
- Fix minimum agent requirement to `2.206.1` ([#13](https://github.com/qetza/replacetokens-task/issues/13)).

## 5.0.2
Task 6.0.2
- Add aliases for renamed inputs to ease upgrade ([#11](https://github.com/qetza/replacetokens-task/issues/11)).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Please refer to the [release page](https://github.com/qetza/replacetokens-task/r

## Breaking changes in v6
The task was completely rewritten to use the npm package [@qetza/replacetokens](https://www.npmjs.com/package/@qetza/replacetokens) and be more similar with the new [ReplaceTokens GitHub Actions](https://github.com/marketplace/actions/replacetokens):
- support only node 16
- support only node 16 (mininum agent version 2.206.1)
- updated to [fast-glob](https://github.com/mrmlnc/fast-glob) for glob pattern
- renamed input _targetFiles_ to _sources_
- removed support for comma-separated paths in _targetFiles_
Expand Down
2 changes: 2 additions & 0 deletions tasks/ReplaceTokensV6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## 6.0.3
- Fix minimum agent requirement to `2.206.1` ([#13](https://github.com/qetza/replacetokens-task/issues/13)).

## 6.0.2
- Add aliases for renamed inputs to ease upgrade ([#11](https://github.com/qetza/replacetokens-task/issues/11)).
Expand Down
2 changes: 1 addition & 1 deletion tasks/ReplaceTokensV6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Please refer to the [release page](https://github.com/qetza/replacetokens-task/r

## Breaking changes in v6
The task was completely rewritten to use the npm package [@qetza/replacetokens](https://www.npmjs.com/package/@qetza/replacetokens) and be more similar with the new [ReplaceTokens GitHub Actions](https://github.com/marketplace/actions/replacetokens):
- support only node 16
- support only node 16 (mininum agent version 2.206.1)
- updated to [fast-glob](https://github.com/mrmlnc/fast-glob) for glob pattern
- renamed input _targetFiles_ to _sources_
- removed support for comma-separated paths in _targetFiles_
Expand Down
4 changes: 2 additions & 2 deletions tasks/ReplaceTokensV6/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"version": {
"Major": 6,
"Minor": 0,
"Patch": 2
"Patch": 3
},
"releaseNotes": "breaking changes, see [changelog](https://github.com/qetza/replacetokens-task/blob/master/tasks/ReplaceTokensV6/CHANGELOG.md)",
"instanceNameFormat": "Replace tokens",
"minimumAgentVersion": "2.144.0",
"minimumAgentVersion": "2.206.1",
"groups": [],
"inputs": [
{
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "replacetokens",
"name": "Replace Tokens",
"version": "5.0.2",
"version": "5.0.3",
"public": true,
"publisher": "qetza",
"targets": [
Expand Down

0 comments on commit 3d47a23

Please sign in to comment.