Skip to content

Releases: muhammadhardwinv/python-face-recognition-attendance-Binus

v.1.0.0

22 Jan 06:48
8a99386

Choose a tag to compare

#!/bin/bash

Variables

REPO="muhammadhardwinv/python-face-recognition-attendance-Binus"
TAG="v1.0.0"
TITLE="Release $TAG"
BODY="Update details about the release here."

Create a release

curl -X POST
-H "Authorization: token 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"
-H "Content-Type: application/json"
-d '{
"tag_name": "'"$TAG"'",
"target_commitish": "main",
"name": "'"$TITLE"'",
"body": "'"$BODY"'",
"draft": false,
"prerelease": false
}'
https://api.github.com/repos/$REPO/releases