Skip to content

Releases: nomankarim8/Admin-Panel-Finder

v1.0.0 - Initial Release

03 Apr 07:29

Choose a tag to compare

1️⃣ Commit & Push Your Code
Make sure all your files are committed and pushed to your GitHub repository.

bash
Copy
Edit
git add .
git commit -m "Initial release of Admin Panel Finder"
git push origin main
2️⃣ Create a New Tag (Versioning)
Tag your release version (e.g., v1.0.0):

bash
Copy
Edit
git tag v1.0.0
git push origin v1.0.0
3️⃣ Publish the Release on GitHub
Go to your repository on GitHub.

Click "Releases" (found in the right panel).

Click "Draft a new release".

Set Tag version as v1.0.0 (or whatever you tagged earlier).

Set Release title as Admin Panel Finder v1.0.0.

Add a release description (you can copy from README.md).

Upload any necessary files (if applicable).

Click "Publish Release".

4️⃣ Share the Release
Once published, share your GitHub Release URL with users so they can download it easily!

Do you need an automated release script to handle this via GitHub API? πŸš€