atarallo / TECMINT_MONITOR

A Shell Script to Monitor Network, Disk Usage, Uptime, Load Average and RAM Usage in Linux. Originally published on http://www.tecmint.com
Apache License 2.0
248 stars 145 forks source link

Tag for a version reference #22

Closed Sim4n6 closed 8 years ago

Sim4n6 commented 8 years ago

Hi contributors,

I think after the shellcheck static analysis of the script, it is time to release a tag v0.2 of the script . A kind of reference code that we should not break,

Have a nice weekend

atarallo commented 8 years ago

For me it's Ok.

Sim4n6 commented 8 years ago

git tag -a v0.2 -m "version 0.2" git push origin v0.2

you are the owner of the repo, it is up to you to do it :-)

atarallo commented 8 years ago

Added the tag, as requested.

Sim4n6 commented 8 years ago

awesome, let's tag each major version of this script :+1: