Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6321787
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T16:12:48+00:00 2026-05-24T16:12:48+00:00

I have a library on github which uses rebar, but it has never been

  • 0

I have a library on github which uses rebar, but it has never been tagged via git. As of this writing, the app.src file indicates it is version 0.1 (this has never been changed).

I’d like to make some commits which will change some of the function definitions. I need to use tags and application versions so this doesn’t negatively impact users, but I’m unclear on the order I’m supposed to tag, bump, etc.

What steps do I take now and in the future in order to ensure that users can code to the version of their choice?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T16:12:50+00:00Added an answer on May 24, 2026 at 4:12 pm

    I use the following scheme in my repositories:

    • X.Y.Z where X is major, Y is minor and Z is patch releases (taking some ideas from
      Semantinc Versioning)
    • The order I change .app.src files and tags is as following:

      1. Make the change, bump version number in the .app.src file and commit it with a
        nice commit message.
      2. Tag that commit using the same version number as in the .app.src file. I enter a
        tag message of the following form:

        Version X.Y.Z
        
        - New Feature 1
        - New Feature 1
        - Fix this and that
        

        The tag is then GPG signed with my signature (using the -s flag)

      3. Push the commit with git push && git push --tags to upload both the commit and the tag to the server.

    I don’t use semantic versioning’s “vX.Y.Z” scheme as tags because I think it’s superflous and doesn’t look very good.

    Once you have proper tagging and versioning (of your choice) your users should be able to rely on using the Git tags as is.

    You can see the results here: https://github.com/eproxus/meck (you need to download the code to see the tag messages and verify the GPG signature).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Of course most languages have library functions for this, but suppose I want to
I have a project in Codeigniter, managed via Git and Github, that consists of
I have gdata library install on my ArchLinux, and a simple application which imports
I've just seen this library https://github.com/technomancy/clojure-http-client with this snippet of code on the README
We have 2 git repos, one of which we expose to a third party
Twitter Bootstrap http://twitter.github.com/bootstrap/javascript.html#dropdown has a dropdown.js library (at http://twitter.github.com/bootstrap/1.4.0/bootstrap-dropdown.js )that will change the dropdown
I have downloaded latest openframeworks library from github. I am able to run all
I'm building a library (https://github.com/OscarGodson/storageLocker), a localStorage wrapper to be more exact, but because
I plan to use AQGridView which I found on github, it says: This project
I'm writing a JSON library for C (see https://github.com/DanielWaterworth/Butterfly ). I can serialize every

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.