Skip to content

Commit

Permalink
updated to 0.0.1 for early stages of development
Browse files Browse the repository at this point in the history
  • Loading branch information
lwersiy committed Sep 26, 2024
1 parent e4d7970 commit 04baa36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gh-skeleton
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@ clone_repo() {

# Assigning the initial version

log_info "Creating an initial version 1.0.0 for the new repository."
log_info "Creating an initial version 0.0.1 for the new repository."

echo "1.0.0" > VERSION
echo "0.0.1" > VERSION

log_info "Staging the version file."
git add VERSION

log_info "Committing the inital version 1.0.0"
git commit --message "Set initial version to 1.0.0"
log_info "Committing the inital version 0.0.1"
git commit --message "Set initial version to 0.0.1"

log_info "Creating the lineage.yml file."
cat << END_OF_LINE > .github/lineage.yml
Expand Down

0 comments on commit 04baa36

Please sign in to comment.