Releases: muhammadhardwinv/python-face-recognition-attendance-Binus
Releases · muhammadhardwinv/python-face-recognition-attendance-Binus
v.1.0.0
#!/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