Skip to content

generate upcoming changelog#1279

Closed
wilzbach wants to merge 1 commit intodlang:masterfrom
wilzbach:test_changelog
Closed

generate upcoming changelog#1279
wilzbach wants to merge 1 commit intodlang:masterfrom
wilzbach:test_changelog

Conversation

@wilzbach
Copy link
Contributor

This is a work-in-progress PR to generate the upcoming changelog.
The only problem that I couldn't solve nicely is that changed.d requires all dlang repos in the usual ../phobos, ../installer, ... way - this means we would have to clone all these repos :/ (at least tools and installer aren't expected in the current dlang.org setup)

This PR depends on:

dlang/phobos#4228
dlang/tools#186

Ping @CyberShadow


${GENERATED}/upcoming.dd: | ${GENERATED}
$(STABLE_RDMD) ../tools/build_changelog.d ../phobos/changelog --without-macros > $@
$(STABLE_RDMD) ../tools/changed.d v2.071.0..upstream/master -o ${GENERATED}/changlog.tmp
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it would be nicer if the changed.d could output to stdout, but this should work too ;-)

@wilzbach
Copy link
Contributor Author

Closing this as it is superseded by #1549

@wilzbach wilzbach closed this Feb 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant