aboutsummaryrefslogtreecommitdiffstats
path: root/docs/developer/RELEASE.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/developer/RELEASE.md')
-rw-r--r--docs/developer/RELEASE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developer/RELEASE.md b/docs/developer/RELEASE.md
index 40e942233..db1b1e189 100644
--- a/docs/developer/RELEASE.md
+++ b/docs/developer/RELEASE.md
@@ -123,7 +123,7 @@ Before we release the staging repository though, we want to commit and tag the r
```shell
# Commit the release POMs to Git (better do this from your IDE, verifying the
# changes before staging them for Git commit)
-git commit -am "Set version to 1.9.8.M2"
+git commit -am "Release AspectJ 1.9.8.M2"
# Tag release
git tag V1_9_8_M2