Skip to content

Commit fb5ddeb

Browse files
committed
chore: update version to 0.1.1 in gradle.properties and release.md
1 parent 7add99a commit fb5ddeb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/website/src/content/docs/en/guides/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ git push origin main
8383
```
8484

8585
Notes and caveats:
86-
- The repository’s release CI enforces that the Git tag (e.g. `v0.1.1`) matches the code version (e.g. `0.1.1`). If they don't match the build fails with an error like: "CI Release: GitHub tag (v0.1.1) must match Code version (0.1.0)".
86+
- The repository’s release CI enforces that the Git tag (e.g. `v0.1.1`) matches the code version (e.g. `0.1.1`). If they don't match the build fails with an error like: "CI Release: GitHub tag (v0.1.1) must match Code version (0.1.1)".
8787
- Prefer creating the commit that updates the version before creating the tag to avoid mismatches.
8888
- The script only recognizes tags matching the regex `^v[0-9]+\.[0-9]+\.[0-9]+$`.
8989

docs/website/src/content/docs/es/guides/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ git push origin main
8383
```
8484

8585
Notas y advertencias:
86-
- El CI de release exige que el tag Git (ej. `v0.1.1`) coincida con la versión en el código (ej. `0.1.1`). Si no coinciden, el build falla con un error como: "CI Release: GitHub tag (v0.1.1) must match Code version (0.1.0)".
86+
- El CI de release exige que el tag Git (ej. `v0.1.1`) coincida con la versión en el código (ej. `0.1.1`). Si no coinciden, el build falla con un error como: "CI Release: GitHub tag (v0.1.1) must match Code version (0.1.1)".
8787
- Es preferible crear el commit que actualiza la versión antes de crear el tag para evitar desajustes.
8888
- El script solo reconoce tags que cumplen la expresión `^v[0-9]+\.[0-9]+\.[0-9]+$`.
8989

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ org.gradle.configuration-cache.integrity-check=false
2323

2424
# project repo info. snapshot: -SNAPSHOT
2525
GROUP=com.profiletailors
26-
VERSION=0.1.0
26+
VERSION=0.1.1
2727
LICENSE=NONE
2828

2929
# plugin config

gradle/build-logic/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ org.gradle.configuration-cache.integrity-check=true
1616

1717
# project repo info. snapshot: -SNAPSHOT
1818
GROUP=com.profiletailors
19-
VERSION=0.1.0
19+
VERSION=0.1.1
2020

2121
# gradle-maven-publish-plugin
2222
mavenCentralPublishing=true

0 commit comments

Comments
 (0)