Skip to content

Commit 4d84992

Browse files
author
Vaughn Dice
committed
chore(*): remove gen-changelog.sh script
1 parent d266fdd commit 4d84992

3 files changed

Lines changed: 1 addition & 69 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ IMAGE_PREFIX ?= deis
44
IMAGE := ${REGISTRY}${IMAGE_PREFIX}/go-dev:${VERSION}
55

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

99
# dockerized development environment variables
1010
DEV_ENV_PREFIX := docker run --rm

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ creating [issues][] and submitting [pull requests][].
1111
## Image Contents
1212

1313
* based on the [official go Docker image][]
14-
* [gen-changelog.sh][]: generate updates to CHANGELOG.md
1514
* [ginkgo][]: BDD testing framework for go
1615
* [glide][]: go dependency management
1716
* [golint][]: go source code linter

rootfs/usr/local/bin/gen-changelog.sh

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)