Этот коммит содержится в:
Mattia Roccoberton
2022-03-26 18:18:25 +01:00
родитель 038d66f387
Коммит 7498cd65a1
20 изменённых файлов: 1815 добавлений и 17 удалений

19
extra/README.md Обычный файл
Просмотреть файл

@@ -0,0 +1,19 @@
# Development
## Releases
```sh
# Update version.rb with the new version
# Update the gemfiles:
bin/appraisal
```
## Testing
```sh
# Running specs using a specific configuration:
bin/appraisal rails60-activeadmin22 rspec
# Using latest activeadmin version:
bin/appraisal rails60-activeadmin rspec
# See gemfiles for more configurations
```