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

chore(makefile): minor updates for make clean/setup #40

Merged
merged 2 commits into from
Feb 9, 2023
Merged

chore(makefile): minor updates for make clean/setup #40

merged 2 commits into from
Feb 9, 2023

Conversation

noelmcloughlin
Copy link
Contributor

@noelmcloughlin noelmcloughlin commented Jan 29, 2023

This PR is minor updates to Makefile:

  • cleanup docs/* folder
  • commitlint friendly commit message
  • add version.py to git control

@noelmcloughlin noelmcloughlin changed the title chore(makefile): cleanup docs chore(makefile): minor updates for make clean/setup Jan 29, 2023
git add $(patsubst %, project/%, $(PROJECT_FOLDERS))
git-commit:
git commit -m 'Initial commit' -a
git commit -m 'chore: initial commit' -a
Copy link
Member

Choose a reason for hiding this comment

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

I'd never seen this before chore – changes that do not relate to a fix or feature and don't modify src or test files (for example updating dependencies) refactor – refactored code that neither fixes a bug nor adds a feature. :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

See comment below thx

@sierra-moxon sierra-moxon merged commit 28b3cb1 into linkml:main Feb 9, 2023
@noelmcloughlin
Copy link
Contributor Author

noelmcloughlin commented Feb 10, 2023 via email

@noelmcloughlin noelmcloughlin deleted the clean branch February 14, 2023 23:53
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.

2 participants