Skip to content

jiro4989/repo-template-nim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APPNAME

nimble-version nimble-install gh-actions

TODO

This is a Nim project template. You must run command at first.

nim c tool/setup.nim
tool/setup --author:<yourname> --appname:<application_name>

This command replace and rename template strings of this repository.

TODO

$ nimble install -Y APPNAME

MIT

GitHub Action runs when you pushed new tags.

$ git tag <new_tag>
$ git push origin <new_tag>

or

$ git push origin --tags

GitHub Action creates a new release and upload your assets.

Release workflows:

image-release-workflow

Release note will be generated by git-chglog. Config files are .chglog.

Details, see release.yml.