Skip to content

Release notes for Newspilot Writer and accompanying projects

Notifications You must be signed in to change notification settings

Infomaker/newspilot-writer-releasenotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

17bec16 · Sep 28, 2021
Mar 6, 2018
Jun 14, 2019
Sep 28, 2021
Nov 1, 2018
May 31, 2018
Sep 6, 2017
Sep 1, 2020
Feb 28, 2019
Sep 5, 2017
Aug 10, 2020
Sep 4, 2017
Dec 3, 2020
Jun 14, 2019
Sep 11, 2017
Sep 4, 2017
Sep 4, 2017
Sep 4, 2017
Sep 4, 2017
Sep 4, 2017
Jun 14, 2019
Jun 14, 2019
Jun 14, 2019
Sep 1, 2020

Repository files navigation

Release notes for Naviga Writer projects

This project is responsible for generating the site at https://infomaker.github.io/newspilot-writer-releasenotes

Pages will be added by jenkins in the _project-releasenotes directories.

These pages are added to the site in the _config.yml and _config-dev.yml configuration files, as collections.

How to run locally

Jekyll is built in Ruby and requires bundle and jekyll to start a local environment.

git clone git@github.com:Infomaker/newspilot-writer-releasenotes.git
cd NPWriterDevelopers
gem install jekyll bundler
bundle install
bundle exec jekyll serve --config _config-dev.yml

This local server should be at localhost:4000

How to add additional projects

  1. Start with creating a new directory using _myproject-releasenotes syntax. Add a .gitkeep file in the directory.
  2. Edit _config.yml and _config-dev.yml files and add a collection named: myproject-releasenotes.
  3. Edit the index.md file and iterate through the new collection {% for note in site.myproject-releasenotes reversed %}

Next thing is to edit the release note generation configurations in the [https://bitbucket.org/infomaker/writer-releasenotes-generator] project.

The last thing is to add the new project to the jenkins build in the project generate-release-notes project.