We use this project to track weekly closed issues on opencollective/opencollective.
https://changelog.opencollective.com
Make sure you have Node.js version >= 10. We recommend using nvm: nvm install
git clone https://github.com/opencollective/opencollective-changelog.git
cd opencollective-changelog
npm install
npm run dev
This will start your local copy of Changelog. You can access it at http://localhost:3000/
Changelog is auto updated everyday at 00.00 a.m UTC. If you want to update the changelog manually use the following command:
- Run
npm run update-and-deploy
Changelog is currently deployed with Now. You will need to install Now Desktop or Now CLI.
Authenticate with:
now login
Switch to the Open Collective team account:
now switch opencollective
-
Run
now --prod
to deploy the latest changelog -
If everything is ok, finalize with:
now alias opencollective-changelog.now.sh changelog.opencollective.com
Open Collective Changelog is made available under the MIT License