Skip to content

Conversation

michalbali256
Copy link
Collaborator

When a commit is pushed to master, semantic release is run in Github Actions with the following steps:

  1. Updates version in package.json
  2. Analyzes commits since the last release and generates changelog. Only commits with the fix and feat prefixes are taken into consideration
  3. Pushes the new version and package.json
  4. Creates the code4z-.vsix file.
  5. Creates Github release with the vsix file as an asset
  6. Publishes the vsix using vsce publish command. (this is not done, yet, we need to create secret with Personal Access Token(PAT) to access BroadcomMFD publisher account)

@fox0r fox0r merged commit b1aaf13 into master Jul 22, 2020
@zeibura zeibura deleted the semantic-release branch August 11, 2020 14:05
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