Skip to content

Commit fb5d378

Browse files
author
Matthew Fisher
committed
fix(releases): deisrel no longer requires $OLD_SHA and $OLD_RELEASE
1 parent b8b3eed commit fb5d378

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/roadmap/releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Double-check that `git log` looks correct, then set some environment variables:
6666
export COMPONENT=${PWD##*/}
6767
export OLD_RELEASE=$(git describe --abbrev=0 --tags)
6868
export NEW_SHA=$(git rev-parse --short HEAD)
69-
deisrel changelog individual $COMPONENT $OLD_RELEASE $NEW_SHA unknown
69+
deisrel changelog individual $COMPONENT unknown
7070
export NEW_RELEASE=v2.2.1 # changelog agrees it's a patch release
7171
```
7272

@@ -77,7 +77,7 @@ it into an annotation on the new release tag. Edit out any unnecessary blank lin
7777
new release tag to the GitHub repository:
7878

7979
```bash
80-
deisrel changelog individual $COMPONENT $OLD_RELEASE $NEW_SHA $NEW_RELEASE | pbcopy
80+
deisrel changelog individual $COMPONENT $NEW_RELEASE | pbcopy
8181
git tag -a $NEW_RELEASE # paste the CHANGELOG into your editor and save
8282
git push upstream $NEW_RELEASE
8383
```

0 commit comments

Comments
 (0)