Git Product home page Git Product logo

Comments (3)

notlmn avatar notlmn commented on May 29, 2024

This template provides basic auto-versioning and auto-publishing so that the user doesn't have to manually interfere with the release cycle.

But that mostly sounds like doing manual-releases, while this template aims at "auto" releases.

Maybe we could add documentation on how to setup publishing on tags, i.e. manual releases. What do you think?

from browser-extension-template.

filips123 avatar filips123 commented on May 29, 2024

But that mostly sounds like doing manual-releases, while this template aims at "auto" releases.

Not necessarily. Many developers use GitHub releases if they want better versioning management. And even if GitHub release and tag is created manually, extension would be published automatically to all web stores. And this is also main feature that developers would want.

Maybe we could add documentation on how to setup publishing on tags, i.e. manual releases. What do you think?

I think that .travis.yml needs to check environment variable called something like RELEASE_ON_TAGS which should determine if extension should be released on tags.

If it is true, it should only release extension on tagged builds with version from Git tag.
If it is false, it should release extension only on not tagged builds with version from date, as it currently does.

from browser-extension-template.

notlmn avatar notlmn commented on May 29, 2024

I understand what you mean, having tagged releases is great.

But what I'm saying is that is not a bug in this "template", it could be an additional thing to be mentioned in the readme that the extension author could be made aware. Something like best practices for managing releases.

PRs welcome to add it to the documentation or to the actual Travis file if you have an actual implementation.

from browser-extension-template.

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.