Giter Club home page Giter Club logo

Comments (4)

pvdlg avatar pvdlg commented on May 18, 2024 1

Indeed, good catch! I'm fixing that right away!

from git.

pvdlg avatar pvdlg commented on May 18, 2024

Why isn't my built dist output being included in the release commit?

Because your glob dist/**/*.{js|css} is invalid. The valid glob you want is dist/**/*.{js,css}.
Actually, you have a very similar example in the documentation:

[['dist/**/*.{js,css}', '!**/*.min.*']]: include all js and css files in the dist directory and its sub-directories excluding the minified version.


How is this commit finding its way to github after semantic-release has run and git shows it's not been pushed???

That's probably because of the way CircleCI works. I guess you have different steps that runs on different jobs/containers. semantic-release create run on a given job/container and commit/push to the remote. Then Circle CI run the following things in your build on different jobs/container but they don't update the cloned repo there.
CircleCI should share the filesystem on which the clone repo is, so if a job/container modifies it the other can see it. Maybe there is a way to configure that.
If circleCI doesn't support that, you can manually run git fetch on each job/container that runs after the one running semantic-release.

from git.

dadamssg avatar dadamssg commented on May 18, 2024

Ah, that makes sense about circle. Thanks!

So the Usage section has a typo? That's where i got the glob syntax.

from git.

semantic-release-bot avatar semantic-release-bot commented on May 18, 2024

🎉 This issue has been resolved in version 7.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

from git.

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.