Giter Site home page Giter Site logo

Comments (2)

tbouffard avatar tbouffard commented on August 14, 2024

Proposal

Principle: share the ui bundle as a github release asset

in the bonita-documentation-theme repository

  • Tag version with v1, v2, ...: we do not care to follow semantic versioning here IMHO as we are doing continuous delivery and deployment.
  • Add a GH workflow triggered by worfklow_dispatch (manual run) - no need for inputs: it will tag the repository and automatically increment the version
  • Add a GH workflow triggered on tag (splitting the tag creation and the post processing on tag lets us rerun the processing in case of issue) that will
    • create and publish a new GH release
    • add the automatically generated release notes by github
    • generate the UI bundle and attach it to the release. Filename should include the tag/version for better tracking, something like bonita-documentation-theme-v12.zip. See https://github.com/bonitasoft/bonita-platform-releases/releases/tag/2022.1-u0 for instance.
    • send a repository_dispatch event targeting the bonita-documentation-site to make it use the new UI bundle

in the bonita-documentation-site repository

Create a GH workflow triggered on the repository_dispatch event (see above)

  • the event must contains info allowing to get the UI bundle info: git tag, file name, url to the ui bundle zip, link to the theme release notes
  • create a pull request to use the new bundle
    • add a link the release notes in the PR description for review
    • in the antora.yml playbook

Document the whole process (with bpmn diagram? something like https://raw.githubusercontent.com/process-analytics/bpmn-visualization-js/v0.23.0/docs/contributors/images/release_process_part-01_release_automation.png)

from bonita-documentation-site.

tbouffard avatar tbouffard commented on August 14, 2024

All tasks are completed, issue closed

from bonita-documentation-site.

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.