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-cassandra.git
commit 7d943ea9be36c566f2c846661f9dedb2f8b52593 Author: Matthew de Detrich <[email protected]> AuthorDate: Tue Nov 15 14:44:07 2022 +0100 Replace travis references with github actions (#5) --- .jvmopts-travis | 4 ---- CONTRIBUTING.md | 8 +------- README.md | 2 +- docs/release-train-issue-template.md | 4 ++-- 4 files changed, 4 insertions(+), 14 deletions(-) diff --git a/.jvmopts-travis b/.jvmopts-travis deleted file mode 100644 index c721e39..0000000 --- a/.jvmopts-travis +++ /dev/null @@ -1,4 +0,0 @@ -# This is used to configure the sbt instance that Travis launches - --Dfile.encoding=UTF8 --Dsbt.color=always diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 83feaae..681231a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ You may also check out these [other resources](https://akka.io/get-involved/). * [Lightbend Contributor License Agreement](https://www.lightbend.com/contribute/cla) * [Issue Tracker](https://github.com/akka/akka-persistence-cassandra/issues) -* [CI](https://travis-ci.org/akka/akka-persistence-cassandra) +* [CI](https://github.com/apache/incubator-pekko-persistence-cassandra/actions) # Lightbend Project & Developer Guidelines @@ -146,12 +146,6 @@ Example: * Details 2 * Details 3 -## How To Enforce These Guidelines? - -### Make Use of Pull Request Validator -akka-persistence-cassandra uses [Travis pull request builder](https://travis-ci.org/akka/akka-persistence-cassandra) -that automatically merges the code, builds it, runs the tests and comments on the Pull Request in GitHub. - ## Source style akka-persistence-cassandra uses [Scalafmt](https://scalameta.org/scalafmt/) to enforce some of the code style rules. diff --git a/README.md b/README.md index 83562c2..e8e69c4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ For questions please use the [discuss.akka.io](https://discuss.lightbend.com/c/a Implementation in the `master` branch is currently `1.0.x` release. -[](https://travis-ci.org/akka/akka-persistence-cassandra) +[](https://github.com/apache/incubator-pekko-persistence-cassandra/actions/workflows/check-build-test.yml?query=branch%3Amain) ## Documentation diff --git a/docs/release-train-issue-template.md b/docs/release-train-issue-template.md index e19d094..9ea60ae 100644 --- a/docs/release-train-issue-template.md +++ b/docs/release-train-issue-template.md @@ -26,9 +26,9 @@ Variables to be expanded in this template: ### Cutting the release -- [ ] Make sure any running [Travis builds](https://travis-ci.org/akka/akka-persistence-cassandra) for the commit you would like to release have completed. +- [ ] Make sure any running [Github Action builds](https://github.com/apache/incubator-pekko-persistence-cassandra/actions) for the commit you would like to release have completed. - [ ] Create the [release notes](https://github.com/akka/akka-persistence-cassandra/releases) with the next tag version `v$VERSION$`, title, release description and contributors (the latter generated by [`authors`](https://github.com/2m/authors) (eg. `authors v1.0.1 HEAD`)) -- [ ] Check that Travis CI release build has executed successfully (Travis will start a [CI build](https://travis-ci.org/akka/akka-persistence-cassandra/builds) for the new tag and publish artifacts to Bintray and documentation to Gustav) +- [ ] Check that Github Actions CI release build has executed successfully (Github Actions will start a [CI build](https://github.com/apache/incubator-pekko-persistence-cassandra/actions) for the new tag and publish artifacts to Bintray and documentation to Gustav) - [ ] Go to [Bintray](https://bintray.com/akka/maven/akka-persistence-cassandra) and select the just released version - [ ] Log in, go to the Maven Central tab, check the *Close and release repository when done* checkbox and sync with Sonatype (using your Sonatype TOKEN key and password) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
