Giter Club home page Giter Club logo

automate-release's Introduction

automate-release's People

Contributors

berti92 avatar dependabot-preview[bot] avatar dependabot[bot] avatar imgbotapp avatar josebaseba avatar kikobeats avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

automate-release's Issues

[docs] SVG using missing font

The sidebar SVG title is using the Cunia font which is not loaded.

A solution would be to convert the SVG to a path instead of using the <text> tag and use the <title> tag inside the SVG to provide the text content.

image

The SVG is https://kikobeats.github.io/automate-release/media/headline.svg and contains the following code:

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="129" height="14" version="1.1" viewBox="0 0 129 14">
  <title>headline</title>
  <desc>Created with Sketch.</desc>
  <g id="headline" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1" font-family="Cunia" font-size="12" font-weight="bold">
    <text id="AUTOMATE-RELEASE" fill="#BF9E77">
      <tspan x="0" y="11">AUTOMATE RELEASE</tspan>
    </text>
  </g>
</svg>

Human Friendly Changelog

Have the git history in the changelog is great but the main purpose of the changelog is to explain with human words what's the change related with the previous version:

https://keepachangelog.com

You can attach the explanation in the changelog and it will not be overwritten in your next release.

[docs] Accent color low contrast

The brown accent color being used in the docs (--theme-color: #C09F78) has low contrast over white background (2.48)

The minimum recommended contrast is:

  • 3.0 for type sizes equal or higher than 18pt
  • 3.5 for type sizes below 18pt

Error using npx

Executing the npx automate-release throws the following error:

image

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.