tracker-git
tracker-git copied to clipboard
Restarting a rejecting story gets marked as delivered
Setup:
- Finish a story,
- Deploy to staging
- Use the script to mark as delivered.
- Reject the story in Tracker
- Restart the story in Tracker
- Commit the story to your Git repo
- Run the script without deploying to a staging environment
This will cause the story to be marked as delivered, even though the latest version of the code is not deployed.
I fix this issue in #8 . In this version you can trigger only log which deployed to server. Please review my code and comment it. I will update Readme.md soon.