Coder Social home page Coder Social logo

Comments (3)

iMicknl avatar iMicknl commented on June 15, 2024

Would be great to have Azure Pipelines configured for a 1.0 release. I saw that botbuilder-dotnet is using a develop branch and CI/CD on Azure Pipelines, maybe we can 'steal' their process partly.

What would a definition look like? Something like this?

Build Pipeline

Trigger: *

Tasks:

  • Install Node.js (10.x)
  • npm install
  • Run lerna (build all packages)
  • Run ESLint (all packages)
  • Run mocha tests (all packages)

We can even decide to release a daily build on a private MyGet, but I guess that would be overkill for the scenario and usage at the moment.. Or publishing a @next tagged build on NPM of development.

Release pipeline

Trigger: master (or manual approval?)
Tasks:

  • Release to NPM
  • Create git tag + release on Github with Changelog

from botbuilder-community-js.

szul avatar szul commented on June 15, 2024

Yeah, @garypretty created an org for us, I just haven’t had the opportunity to convert the repos and set up the pipelines yet. I’ve been in a bit of a holding pattern for 6 months, but now I’m back to being active enough to knock some issues out and make some changes. I’ll try to get this situated in the next week or so.

from botbuilder-community-js.

szul avatar szul commented on June 15, 2024

Resolved by #88.

from botbuilder-community-js.

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.