GithubHelp home page GithubHelp logo

Comments (11)

mikepenz avatar mikepenz commented on May 18, 2024

@johnjohndoe thanks for the info. i always miss to update the WIKI you're right.

Why there's only 4.3.6 on maven, i tried to publish a version yesterday, but maven was slow. I will try it again today. so it should be on maven after that.

from aboutlibraries.

mikepenz avatar mikepenz commented on May 18, 2024

Created new release.

Maven release is still missing, because it won't allow me to update the lib

from aboutlibraries.

johnjohndoe avatar johnjohndoe commented on May 18, 2024

Can you please also add the tags for releases such as v.3.0.4 listed here?

Maven release is still missing, because it won't allow me to update the lib

What do you mean by this?

from aboutlibraries.

mikepenz avatar mikepenz commented on May 18, 2024

@johnjohndoe you mean i should add a release for each previous release. Yeah will be much work but should be possible.

Was able to release to maven yesterday. It seams that maven-central (or the oss.sonyatype) has some performance issues in the last few weeks, so sometimes i can't release a new version

from aboutlibraries.

johnjohndoe avatar johnjohndoe commented on May 18, 2024

Maybe, try jCenter.

from aboutlibraries.

mikepenz avatar mikepenz commented on May 18, 2024

@johnjohndoe it's working again. so it's fine :)

from aboutlibraries.

johnjohndoe avatar johnjohndoe commented on May 18, 2024

Some tags are still missing in the repository, those for example v.3.0.x.

from aboutlibraries.

mikepenz avatar mikepenz commented on May 18, 2024

@johnjohndoe i haven't had the time to go through all commits and create releases for previous versions.

from aboutlibraries.

johnjohndoe avatar johnjohndoe commented on May 18, 2024

Adding the tags is easy and does not take much time. Take your time whenever you have some:

$ git checkout $SOME_HASH
$ git tag -a "v.3.0.4" -m "Short changelog description."
$ git checkout master
$ git push --tags origin master

from aboutlibraries.

mikepenz avatar mikepenz commented on May 18, 2024

@johnjohndoe added tags for all versions starting with 3.x.x

from aboutlibraries.

johnjohndoe avatar johnjohndoe commented on May 18, 2024

Some of the releases do not have any changelog summary. It would be nice if you could add them.

from aboutlibraries.

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.