Skip to content

Commit

Permalink
Add versionadded/changed
Browse files Browse the repository at this point in the history
  • Loading branch information
lkubb committed Sep 23, 2024
1 parent 3ee59c9 commit e9c1bec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/topics/creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ Contributors to existing Salt extension projects need to do the latter after clo

(automatic-init-target)=
### Automatic
:::{versionadded} 0.4.0
:::

This process is automated completely in the following cases:

* For maintainers: When creating/updating a project via Copier, unless `SKIP_INIT_MIGRATE=1` was set in the environment ([repo initialization](repo-init-target) + [dev env setup](dev-setup-target) + [pre-commit hook installation](hook-install-target) + running pre-commit).
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/extraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ git tag | xargs git tag -d
(migration-venv-target)=
### 6. Create a virtualenv and activate it

:::{important}
:::{versionchanged} 0.4.0
Creating a virtualenv is usually not necessary anymore since [Copier takes care of it](automatic-init-target) now. You still need to ensure you're inside the virtual environment from here on.
:::

Expand Down
2 changes: 1 addition & 1 deletion docs/topics/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Once your Salt extension is ready, you can submit it to PyPI.
* It is either in the `salt-extensions` organization or you have set up the [required secrets](required-secrets-target).
* You have commit rights to the repository.
* You have added a git remote `upstream` to your local repository, pointing to the official repository via **SSH**.
* You have followed the [first steps](first-steps-target) to setup your repository and virtual environment or Copier executed the steps automatically.
* You have executed the [first steps](first-steps-target) to setup your repository and virtual environment in some way.
* You have activated your virtual environment.

Ensure your `main` branch is up to date:
Expand Down

0 comments on commit e9c1bec

Please sign in to comment.