Skip to content

Commit 37b15ec

Browse files
committed
feat: add release version badge and change config url.
1 parent a2fe597 commit 37b15ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616

1717
- name: Run semantic-release
18-
if: github.repository == 'divy9881/casbin-cpp' && github.event_name == 'push'
18+
if: github.repository == 'casbin/casbin-cpp' && github.event_name == 'push'
1919
run: |
2020
export PATH="$(yarn global bin):$PATH"
2121
yarn global add semantic-release

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Casbin-CPP
22
====
33

44
[![Build Status](https://dev.azure.com/Casbin/casbin/_apis/build/status/casbin.casbin-cpp?branchName=master)](https://dev.azure.com/Casbin/casbin/_build?definitionId=2&branchName=master)
5+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/casbin/casbin-cpp)](https://github.com/casbin/casbin/releases/latest)
56
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
67
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/casbin/lobby)
78

0 commit comments

Comments
 (0)