Skip to content

Commit

Permalink
removed unrequired files
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Dec 12, 2023
1 parent 0b0692e commit a89078b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ __pycache__
.DS_Store
project
node_modules
doc1/29-design-the-results-interface.md
doc1/29-design-the-results-interface.md

.idea
2 changes: 1 addition & 1 deletion .release-scripts-hooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function get_develop_branch_name {
# Parameter $1 - current release version as text
# Returns the master branch name as text
function get_master_branch_name {
echo "master"
echo "main"
}

# Hook method to format the release branch name
Expand Down

0 comments on commit a89078b

Please sign in to comment.