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

fix(FEC-12051): [Studio - v3]: Automate release process #123

Open
wants to merge 2 commits into
base: studio-v3
Choose a base branch
from

Conversation

JonathanTGold
Copy link

Description of the Changes

Automate release and pre-release process

solves: FEC-12051

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

sed -e "s/{{tagVersion}}/$tag/g" ./template_studio.ini > ./app/dist_src/studio.ini

git commit -a -m "bump version to $NEW_TAG"
git tag $NEW_TAG
git commit --amend --no-edit

Choose a reason for hiding this comment

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

so git tag is replaced by standard-version ?

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

Successfully merging this pull request may close these issues.

2 participants