Skip to content

PaintSwap/paintswap-changelogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

changelogs

Changelogs for Paintswap apps

Instructions

Create one file per app on the following format (latest version and changes at the top, features grouped first).

[
  {
    "version": "1.1",
    "lastUpdate": "2023-09-05",
    "changes": [
      {
          "type": "feature",
          "name": "New XP column in the leaderboard table"
      },
      {
          "type": "bug",
          "name": "Fixed app crash when using decimal values"
      }
    ]
  },
  {
    "version": "1.2",
    "changes": []
  }
]

There is a pre-commit hook that checks the json format.

Installation

yarn install
yarn prepare

About

Changelogs for apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages