Coder Social home page Coder Social logo

Comments (4)

geovanisouza92 avatar geovanisouza92 commented on June 14, 2024 1

I think that we could close when #52 was confirmed as a solution for the problems that we have currently

from create-cycle-app.

TylorS avatar TylorS commented on June 14, 2024 1

First off, if you want to replace northbrook for something else, I'm not offended :)

Sometimes it doesn't detect changes made on a single package

Northbrook uses git commit messages to manage when to do releases. So if commit messages lack certain information, it can not handle your releases correctly. This is why northbrook commit exists. For v4 the required parts of a commit are

type(<scope>): <subject>

AFFECTS: name_of_packages, separated_by, commas

This format is sort of a "de facto" standard originally introduced (to my knowledge) by Angular. You can see much more info here.

The AFFECTS is northbrook specific, and tells northbrook which packages have changed due to a commit.

I'm not too too fond of (ab)using git commit messages like this, but I've yet to find another way that is reliable. All other alternatives I've investigated use the same kind of patterns.

--

If you type the wrong password on npm release, causing an error, it assumes that the release was made (it should be transactional)

Unfortunately at this time v4 is not transactional during releases. I've yet to actually figure out what transactional means in all of the possible scenarios of failure that can occur during release. However, the only aspect of northbrook release that requires human input is npm login, and in the latest versions northbrook (4.4.4+) will allow retrying the log in process up to 3 times if it fails which should mitigate many mistakes that can happen.

from create-cycle-app.

nickbalestra avatar nickbalestra commented on June 14, 2024 1

Thanks @TylorS !
I tried using lerna as an alternative on the v3 branch and it works pretty smoothly. I'll want to work more with both in order to see which path to go.

from create-cycle-app.

nickbalestra avatar nickbalestra commented on June 14, 2024

Can I close this @geovanisouza92 ?

from create-cycle-app.

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.