https://github.com/payneteasy/mini-framework-templates
https://github.com/payneteasy/mini-framework-templates
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/payneteasy/mini-framework-templates
- Owner: payneteasy
- Created: 2023-02-26T01:03:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T19:33:41.000Z (almost 3 years ago)
- Last Synced: 2024-12-28T15:38:23.837Z (over 1 year ago)
- Size: 68.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Api
## How to release
Create tag
```bash
git tag 1.0-2
```
Push tag
```bash
git push --tags
```