Skip to content

Commit 7a05546

Browse files
ptrthomasclaude
andcommitted
release 2.0.6 [no ci]
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b06838b commit 7a05546

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/RELEASING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Steps to publish a new Karate release. Replace `X.Y.Z` with the version being re
44

55
## 1. Prepare the Release
66

7-
- [ ] Manually close or defer each open issue on the `X.Y.Z` milestone via the GitHub UI (issues labeled `fixed` typically just need to be closed)
87
- [ ] Verify `main` is green on CI
98
- [ ] Update version in `pom.xml` (remove any `-SNAPSHOT` or `.RC*` suffix):
109
```bash
@@ -35,10 +34,11 @@ Steps to publish a new Karate release. Replace `X.Y.Z` with the version being re
3534
- `cve-sbom-report.html`
3635
- [ ] See [v2.0.1](https://github.com/karatelabs/karate/releases/tag/v2.0.1) for reference
3736

38-
## 4. Close Milestone
37+
## 4. Close Issues and Milestone
3938

40-
- [ ] Close the GitHub milestone for `X.Y.Z`
39+
- [ ] Close each fixed issue on the `X.Y.Z` milestone via the GitHub UI, leaving a comment `vX.Y.Z released` on each (issues labeled `fixed` typically just need to be closed)
4140
- [ ] Move any remaining open issues to the next milestone
41+
- [ ] Close the GitHub milestone for `X.Y.Z`
4242

4343
## 5. Update karate.sh CLI Manifest
4444

karate-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.karatelabs</groupId>
99
<artifactId>karate-parent</artifactId>
10-
<version>2.0.6.RC1</version>
10+
<version>2.0.6</version>
1111
</parent>
1212

1313
<artifactId>karate-core</artifactId>

karate-gatling/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.karatelabs</groupId>
99
<artifactId>karate-parent</artifactId>
10-
<version>2.0.6.RC1</version>
10+
<version>2.0.6</version>
1111
</parent>
1212

1313
<artifactId>karate-gatling</artifactId>

karate-js-test262/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.karatelabs</groupId>
99
<artifactId>karate-parent</artifactId>
10-
<version>2.0.6.RC1</version>
10+
<version>2.0.6</version>
1111
</parent>
1212

1313
<artifactId>karate-js-test262</artifactId>

karate-js/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.karatelabs</groupId>
99
<artifactId>karate-parent</artifactId>
10-
<version>2.0.6.RC1</version>
10+
<version>2.0.6</version>
1111
</parent>
1212

1313
<artifactId>karate-js</artifactId>

karate-junit6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.karatelabs</groupId>
99
<artifactId>karate-parent</artifactId>
10-
<version>2.0.6.RC1</version>
10+
<version>2.0.6</version>
1111
</parent>
1212

1313
<artifactId>karate-junit6</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.karatelabs</groupId>
66
<artifactId>karate-parent</artifactId>
7-
<version>2.0.6.RC1</version>
7+
<version>2.0.6</version>
88
<packaging>pom</packaging>
99

1010
<name>${project.artifactId}</name>

0 commit comments

Comments
 (0)