Git Product home page Git Product logo

Comments (5)

Storyyeller avatar Storyyeller commented on May 7, 2024

What do I need to do?

from enjarify.

anthraxx avatar anthraxx commented on May 7, 2024

@Storyyeller creating a git tag and pushing it is enough. Github is so cool and creates automatic tarballs from it.

git tag 1.0
git push --tags

If you want sophisticated features like changelogs on github, you can edit the release on the github page later, or also use the github page to tag such a release (however i find the native git command more convenient/easy).

After pushing the git tags you will see the tarball here: https://github.com/google/enjarify/releases

PS: it would be awesome if you could do that from time-to-time if you feel like 😄
I will move your tool into the Arch Linux repositories and update if on new release versions.

from enjarify.

Storyyeller avatar Storyyeller commented on May 7, 2024

I wonder if it'd be worth setting it up to create a tag for every commit automatically. Or should I just add a tag when there's a new feature or bugfix?

from enjarify.

Storyyeller avatar Storyyeller commented on May 7, 2024

I went ahead and created a tag. I think I'll try semantic versioning.

from enjarify.

anthraxx avatar anthraxx commented on May 7, 2024

@Storyyeller nah every commit ruins the gain of tags 😛
I would great a new tag sometimes when you did some fixes or added new features and feel like a new release is worth. Would be awesome! merci!

from enjarify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.