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: version identifier and changelogs from source code files #36

Open
dennisguse opened this issue Apr 4, 2017 · 0 comments
Open

Comments

@dennisguse
Copy link
Member

Currently, the source files contain a changelog as well as version identifiers in their header.
Before using GIT (or other version control system), this is quite useful.
Using a VCS, however, complicates the workflow as the change

There are two options for solving this issue:

  • move changelogs/version information into sparerate files (per tool?)
  • remove changelog/version completely and use a the (A) commit ID or (B) add a release identifier (a separate file containing the release name + data).

In addition, I would recommend moving the authors also into a separate file (at least everybody except the initial author).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant