Giter Site home page Giter Site logo

Comments (2)

alaincaltieri avatar alaincaltieri commented on July 21, 2024

Every time a push is performed in the repo (thereby including Pull Requests) TravisCI will perform any tests available and report that information to github. This is the corner stone of any CI system and we should have it in place.

The release process gets a bit more complicated. We need to:

  • Create a tag with the correct version
  • Verify the build was passing for the commit hash selected
  • Generate the documentation and upload it to Github pages with the proper version
  • Generate Cocoapods release
  • Generate Carthage release
  • Write a description for the release on Github (what's new)

Each one of these tasks, if done manually, is tedious and time consuming. I'll start by producing tools for automating each one of them individually. They'll be the building bricks for any automatic procedure we may develop afterwards and are required anyway.

from katana-swift.

alaincaltieri avatar alaincaltieri commented on July 21, 2024

Status update: the simple travis builds are already setup (needs the repo to be public to be properly tested)

I'm working on a simple command line tool to automate the release process. Language of choice Python. First version will not be fancy but should work, and it'll cover all the points mentioned in my last comment here.

Also, I'll add the relevant shields to the readme when everything is setup

from katana-swift.

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.