Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unreleased.rst #3547

Merged
merged 14 commits into from
Nov 20, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add copyright header to unreleased.sh
  • Loading branch information
stefanobaghino-da committed Nov 20, 2019
commit 4c59cfa02a3227d2d7fa4c32490a3ee1dd612b90
4 changes: 3 additions & 1 deletion unreleased.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
# Copyright (c) 2019 The DAML Authors. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

git log $1 | awk '/^$/{next} /CHANGELOG_END/{flag=0; next} /CHANGELOG_BEGIN/{flag=1; next} flag'