Skip to content

Commit 1f13261

Browse files
chore: remove release-ready scripts (#488)
1 parent 3be9002 commit 1f13261

13 files changed

Lines changed: 8 additions & 743 deletions

File tree

.github/.cspell/dev_dictionary.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ inicio # "Start" in Spanish.
99
juego # "Game" in Spanish.
1010
mostrado # "Shown" in Spanish.
1111
página # "Page" in Spanish.
12-
pcre # Tool used in release_ready.sh script
1312
texto # "Text" in Spanish.

.release-please-config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@
6565
"version-file": "version.txt",
6666
"component": "very_good_flutter_plugin",
6767
"extra-files": [
68-
"brick.yaml"
68+
"brick.yaml",
69+
{
70+
"type": "generic",
71+
"path": "hooks/lib/version.dart"
72+
}
6973
]
7074
},
7175
"very_good_app_ui": {

very_good_app_ui/tool/release_ready.sh

Lines changed: 0 additions & 78 deletions
This file was deleted.

very_good_core/CONTRIBUTING.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -122,35 +122,3 @@ dart analyze --fatal-infos --fatal-warnings .
122122

123123
💡 **Note**: While the prerequisites above must be satisfied prior to having your pull request reviewed, the reviewer(s) may ask you to complete additional work, tests, or other changes before your pull request can be accepted.
124124

125-
## Releasing a new version
126-
127-
1. Install the release script dependencies:
128-
129-
```sh
130-
brew install pcre
131-
```
132-
133-
2. Ensure your local `main` branch is up to date with the remote `main` branch:
134-
135-
```sh
136-
git checkout main
137-
git pull origin main
138-
git status
139-
```
140-
141-
2. Ensure the current pipeline is passing on the `main` branch, [here](https://github.com/VeryGoodOpenSource/very_good_templates/actions/workflows/very_good_core.yaml?query=branch:main).
142-
143-
3. From the repository, run the script to release a new version:
144-
145-
```sh
146-
./tool/release_ready.sh <new-version>
147-
148-
git commit -m "chore: v<new-version>"
149-
```
150-
151-
This script will:
152-
153-
- Create a new branch named `chore/v<new-version>`
154-
- Update the version info on `brick.yaml`
155-
- Update the version info on `CHANGELOG.md`
156-
- Then commit those changes with the message `chore: v<new-version>`

very_good_core/tool/release_ready.sh

Lines changed: 0 additions & 78 deletions
This file was deleted.

very_good_dart_cli/tool/release_ready.sh

Lines changed: 0 additions & 78 deletions
This file was deleted.

very_good_dart_package/tool/release_ready.sh

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)