Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
chore(*): remove gen-changelog.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaughn Dice committed Dec 19, 2016
1 parent d266fdd commit 4d84992
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 69 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ IMAGE_PREFIX ?= deis
IMAGE := ${REGISTRY}${IMAGE_PREFIX}/go-dev:${VERSION}

# scripts are checked *after* build, so use paths inside the container
SHELL_SCRIPTS = /usr/local/bin/gen-changelog.sh /usr/local/bin/test-cover.sh
SHELL_SCRIPTS = /usr/local/bin/test-cover.sh

# dockerized development environment variables
DEV_ENV_PREFIX := docker run --rm
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ creating [issues][] and submitting [pull requests][].
## Image Contents

* based on the [official go Docker image][]
* [gen-changelog.sh][]: generate updates to CHANGELOG.md
* [ginkgo][]: BDD testing framework for go
* [glide][]: go dependency management
* [golint][]: go source code linter
Expand Down
67 changes: 0 additions & 67 deletions rootfs/usr/local/bin/gen-changelog.sh

This file was deleted.

0 comments on commit 4d84992

Please sign in to comment.