Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gluaarchive

This is a lua module for archiving files and other utils

Usage

  • TODO

Tasks

tag

Add a new tag and create latest tag if not exists

Inputs: MSG

TAG_VERSION=$(convco version -b)
git tag -a v$TAG_VERSION -m "$MSG"
git push origin v$TAG_VERSION
git tag -f latest -m "$MSG"
git push -f origin latest

changelog

Generate changelog

convco changelog > CHANGELOG.md
git add CHANGELOG.md
git commit -m "Update CHANGELOG.md"

refresh-dependencies

Refresh dependencies

go mod tidy

About

Gopherlua extension for archiving and capistrano like deploy

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages