Giter Site home page Giter Site logo

moodle-atto_preview's Issues

Request: Please add release tags for versions present on moodle.org/plugins + please change version numbering according to moodle.org recommendations

This is an request equivalent to dthies/moodle-atto_fullscreen#13 for atto_preview. I'll just copy that one in here and change it where applicable....

Would you be so kind to reconsider your version numbering system? At the moment you're just incrementing the 2016xxxxx release, which may be the easiest way for you but makes it hard to recognize when a certain version was released. Please consider changing that to reflect what's written on https://docs.moodle.org/dev/version.php. (The version number should be the date of the release of that version).

It would also be nice if you could convert to semantic versioning (https://semver.org/lang/de/) or something like it for both $plugin->release and the git release tags as that makes stuff more readable.

It also looks like you release two different versions (https://moodle.org/plugins/atto_preview/1.0/22299 and https://moodle.org/plugins/atto_preview/1.0/21643), meaning when I run diff on them there are changes, but both use the same $plugin->version number (2016021503). This is really super confusing.

Apart from that to make things easier here are the commands to add the git release tags for the versions we're currently upgrading from and to...

# add the git tag for 2016021501 (or whatever new version number you'd use) (taken from the $plugin->version of that commit)
git tag -a "2016021501" 5682c5b23b91c7c53cfcb763803377cb9161c870 -m "ADDITIONAL_OPTIONAL_INFO"
# add the git tag for 1.0 (2016021503) (taken from moodle.org)
git tag -a "1.0 (2016021503)" e9eb946387be7f44a2c479c100b85d5104337039 -m "ADDITIONAL_OPTIONAL_INFO"

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.