Skip to content

Commit

Permalink
[fc] Repository: plone.rest
Browse files Browse the repository at this point in the history
Branch: refs/heads/main
Date: 2023-09-22T10:12:37+02:00
Author: Timo Stollenwerk (tisto) <[email protected]>
Commit: plone/plone.rest@f6d7bc8

Fix CI badge in README. Update checkouts to use main instead of master

Files changed:
M README.rst
M base.cfg
  • Loading branch information
tisto committed Sep 22, 2023
1 parent e8bf611 commit 2db3c4e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Repository: plone.rest


Branch: refs/heads/main
Date: 2023-09-22T10:12:37+02:00
Author: Timo Stollenwerk (tisto) <[email protected]>
Commit: https://github.com/plone/plone.rest/commit/f6d7bc858786fd99ed515e63d6703f1f1c866172

Fix CI badge in README. Update checkouts to use main instead of master

Files changed:
M README.rst
M base.cfg

b'diff --git a/README.rst b/README.rst\nindex 8578eb9..a47e4af 100644\n--- a/README.rst\n+++ b/README.rst\n@@ -1,6 +1,6 @@\n-.. image:: https://github.com/plone/plone.rest/workflows/plone.rest%20CI/badge.svg\n+.. image:: https://github.com/plone/plone.rest/actions/workflows/tests.yml/badge.svg\n :alt: Github Actions Status\n- :target: https://github.com/plone/plone.rest/actions?query=workflow%3A%22plone.rest+CI%22\n+ :target: https://github.com/plone/plone.rest/actions/workflows/tests.yml\n \n .. image:: https://img.shields.io/coveralls/github/plone/plone.rest.svg\n :alt: Coveralls github\ndiff --git a/base.cfg b/base.cfg\nindex 10182f5..51763bc 100644\n--- a/base.cfg\n+++ b/base.cfg\n@@ -61,5 +61,5 @@ eggs =\n \n [sources]\n plone.dexterity = git git://github.com/plone/plone.dexterity.git [email protected]:plone/plone.dexterity.git branch=plip-680\n-plone.rest = git git://github.com/plone/plone.rest.git [email protected]:plone/plone.rest.git branch=master\n+plone.rest = git git://github.com/plone/plone.rest.git [email protected]:plone/plone.rest.git branch=main\n Products.CMFPlone = git git://github.com/plone/Products.CMFPlone.git [email protected]:plone/Products.CMFPlone.git branch=4.3.x-plip-680\n'

0 comments on commit 2db3c4e

Please sign in to comment.