Coder Social home page Coder Social logo

Package Manager Versioning about seti_st3 HOT 4 CLOSED

ctf0 avatar ctf0 commented on May 30, 2024
Package Manager Versioning

from seti_st3.

Comments (4)

ctf0 avatar ctf0 commented on May 30, 2024

am new into all of this ,can u make a PR about that ?

from seti_st3.

wldcordeiro avatar wldcordeiro commented on May 30, 2024

Yeah I made a PR, it wouldn't let me send through the full tag but I added an explanation of the command you need to run it. #17

from seti_st3.

wldcordeiro avatar wldcordeiro commented on May 30, 2024

It seems like my tags aren't getting merged with my PR. So here's what I had to do to get the tags made.

git checkout a5b6cb4b62bd58d4a4fe11c0e2fc550a104f1df8
git tag -a v1.0 -m "Release Version 1.0"
git push origin v1.0
git checkout 96ae3474b0d4c867d6498c348f744b609e134b39
git tag -a v1.1 -m "Release Version 1.1"
git push origin v1.1
git checkout a296b73e66a31a7c9ab39a464af15f6b46eeca8c
git tag -a v1.2 -m "Release Version 1.2"
git push origin v1.2
git checkout 3dafa26f0143e142836ce24b90c00944d7dd2c88
git tag -a v1.3 -m "Release Version 1.3"
git push origin v1.3

That should create the tags on your project with the tags pointing to the proper commits the releases were made on. @ctf0

Then you can just

git checkout master

to go back to your branch.

from seti_st3.

ctf0 avatar ctf0 commented on May 30, 2024

heeeeeeeeeey ,finally working ,btw i tried the
git fetch remote-url "refs/tags/*:refs/tags/*" which fetched all the tags then used
git merge tags then git push but nothing changed ,anyway its added now ,thanx for ur help ๐Ÿ‘

from seti_st3.

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.