Skip to content

fix: version bump logic#102

Merged
Tarasovych merged 1 commit intomainfrom
fix/pr-pipeline
Jun 11, 2024
Merged

fix: version bump logic#102
Tarasovych merged 1 commit intomainfrom
fix/pr-pipeline

Conversation

@Tarasovych
Copy link
Copy Markdown
Contributor

No description provided.

@Tarasovych Tarasovych requested a review from sofa-tata June 10, 2024 12:02
@Tarasovych
Copy link
Copy Markdown
Contributor Author

Tarasovych commented Jun 11, 2024

Added commit flow for new version (after bump). It's not an amend, because amend will be quiet complex - we need to find that one commit we want to edit. Please take a look, and see if it will be good for our needs.

My current proposal: just push another commit with new version (one line diff)

git config --global user.name 'github-actions'
git config --global user.email 'github-actions@users.noreply.github.com'

- run: yarn publish --minor
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This will change, let's say, 1.1.0 to 1.2.0 in package.json

@Tarasovych Tarasovych merged commit acb4725 into main Jun 11, 2024
@Tarasovych Tarasovych deleted the fix/pr-pipeline branch June 11, 2024 13:36
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.

3 participants