Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julien731/pivotal-tracker-changelog
Small script to generate changelogs off Pivotal Tracker and based on Nimbl3's workflow
https://github.com/julien731/pivotal-tracker-changelog
Last synced: about 1 month ago
JSON representation
Small script to generate changelogs off Pivotal Tracker and based on Nimbl3's workflow
- Host: GitHub
- URL: https://github.com/julien731/pivotal-tracker-changelog
- Owner: julien731
- Created: 2017-10-03T08:45:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T10:14:33.000Z (over 6 years ago)
- Last Synced: 2024-12-03T17:33:38.910Z (about 1 month ago)
- Language: PHP
- Homepage: https://pivotal-tracker-changelog.herokuapp.com/
- Size: 230 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pivotal Tracker Changelogs
Do you like copy-pasting? No? Me neither. Summarizing a bunch of user stories from Pivotal Tracker into a changelog is a **lot** of copy-pasting.
Let's get those changelogs generated automatically! This method for generating changelogs out of Pivotal Tracker projects is based on the workflow used at [Nimbl3](https://nimbl3.com/).
## Installation
### Prerequisite
You need a functional PHP environment. No database is required at this point. You also need Composer to be installed on your machine.
### Setup
1. Clone the Github repository in your PHP environment's root directory
2. Run `composer install` to fetch all dependencies## Configuration
There is very little configuration to be done for the project to work. The only thing that you need to configure is your Pivotal Tracker API token. You will find it [in your profile page](https://www.pivotaltracker.com/profile).
Copy your API token and paste it in a file that you'll name `.token` and save in the project's root directory.