Skip to content

Commit

Permalink
chore: make package ready for automatic releases
Browse files Browse the repository at this point in the history
  • Loading branch information
freekvandeven committed Aug 23, 2024
1 parent 0821c97 commit 8d6caaf
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 48 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Iconica Standard Component Release Workflow
# Workflow Caller version: 1.0.0

on:
release:
types: [published]

workflow_dispatch:

jobs:
call-global-iconica-workflow:
uses: Iconica-Development/.github/.github/workflows/component-release.yml@master
secrets: inherit
permissions: write-all
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ migrate_working_dir/
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
.vscode/

# Flutter/Dart/Pub related
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
Expand All @@ -34,3 +34,4 @@ example/macos
example/windows
example/android
example/ios
.metadata
10 changes: 0 additions & 10 deletions .metadata

This file was deleted.

6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,3 @@
## 0.0.1

- Initial port






30 changes: 0 additions & 30 deletions example/.metadata

This file was deleted.

4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: flutter_menu
description: A new Flutter package project.
description: Flutter Menu Component
version: 0.0.4
homepage: https://github.com/Iconica-Development/flutter_menu

publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub

environment:
sdk: ">=2.18.2 <3.0.0"
flutter: ">=1.17.0"
Expand Down

0 comments on commit 8d6caaf

Please sign in to comment.