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

Explain how the version command works #10

Closed
remcotolsma opened this issue Jul 20, 2023 · 0 comments
Closed

Explain how the version command works #10

remcotolsma opened this issue Jul 20, 2023 · 0 comments
Assignees

Comments

@remcotolsma
Copy link
Member

The version command does several things, but this is not immediately clear to users beforehand.

  • git pull
  • Working tree status (git status)
  • git branch --show-current
  • Check tagnames without v prefix.'
  • Run Composer script preversion
  • Check composer.json type property.
  • Check composer outdated
  • Check non-comparable Composer package versions (dev-*)
  • Check package.json version property
  • Check WordPress plugin file headers from *.php files
  • Check multiple WordPress plugins in working directory
  • Ask user for bump method (patch, minor, major)
  • Compose changelog
  • Set plugin file header version
  • Set theme style.css header version
  • Set Stable tag in readme.txt header
  • Set version in package.json
  • Run Composer script version
  • Git commit changes (git commit)
  • Git tag (git tag)
  • Git push (git push)
  • Run Composer script postversion
@remcotolsma remcotolsma self-assigned this Jul 20, 2023
@remcotolsma remcotolsma closed this as not planned Won't fix, can't repro, duplicate, stale Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant