This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-dynamodb.git
The following commit(s) were added to refs/heads/main by this push:
new 7bab51a pre-release tidy up (#75)
7bab51a is described below
commit 7bab51a9eaff131acfecfb70b90afc71e9d56458
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Aug 17 04:11:28 2023 +0100
pre-release tidy up (#75)
---
README.md | 2 +-
RELEASING.md | 9 ---------
perf-test.md | 0
3 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/README.md b/README.md
index c463d84..28ed243 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Supported versions:
## Installation
-This plugin is not yet released. When it is released, it will be published to
the Maven Central repository with the following names:
+This plugin is published to the Maven Central repository with the following
names:
~~~
<dependency>
diff --git a/RELEASING.md b/RELEASING.md
deleted file mode 100644
index 53af7ea..0000000
--- a/RELEASING.md
+++ /dev/null
@@ -1,9 +0,0 @@
-How to release
---------------
-
-- create an annotated tag for the next version. EG: `git tag -a -m 'release
v1.3.1' v1.3.1`
-- push tags and commits to pekko remote main branch
-- If the workspace is not clean or HEAD != the tag then published version will
be a snapshot. To use
- exactly the tagged version the workspace must be clean and there are no
additional commits beyond
- the tag.
-- `sbt -Dpublish.maven.central=true +publishSigned`
diff --git a/perf-test.md b/perf-test.md
deleted file mode 100644
index e69de29..0000000
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]